Skip to content

Commit

Permalink
visibility workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewharp committed Jun 1, 2017
1 parent 23364e2 commit fea90f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tensorflow/contrib/util/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ cc_binary(
],
)

# //tensorflow:__subpackages__ isn't working on contrib/text for some reason,
# otherwise this should be default visibility.
py_library(
name = "util_py",
srcs = glob(["**/*.py"]),
Expand All @@ -71,6 +73,7 @@ py_library(
"//tensorflow/python:platform",
"//tensorflow/python:util",
],
visibility = ["visibility:public"],
)

filegroup(
Expand Down

0 comments on commit fea90f8

Please sign in to comment.