revert public visibility

This commit is contained in:
Andrew Harp 2017-06-01 15:10:58 -04:00
parent 5b05728c21
commit b020db0c6c

View File

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