提交 fea90f89 编写于 作者: A Andrew Harp

visibility workaround

上级 23364e2c
......@@ -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"]),
......@@ -71,6 +73,7 @@ py_library(
"//tensorflow/python:platform",
"//tensorflow/python:util",
],
visibility = ["visibility:public"],
)
filegroup(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册