diff --git a/tensorflow_text/BUILD b/tensorflow_text/BUILD index e43eada40..134bbc00e 100644 --- a/tensorflow_text/BUILD +++ b/tensorflow_text/BUILD @@ -1395,7 +1395,7 @@ py_tf_text_library( "//tensorflow_text/core/kernels:utf8_binarize_kernel", ], visibility = [ - "//third_party/py/tensorflow_retvec:__subpackages__", + "//visibility:private", # Only private by automation, not intent. Owner may accept CLs adding visibility. See go/scheuklappen#explicit-private. ], deps = [ # python/framework:ops tensorflow dep,