mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 00:20:20 +01:00
revert public visibility
This commit is contained in:
parent
5b05728c21
commit
b020db0c6c
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user