Skip to content

Commit

Permalink
update internal visibility
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 665575059
  • Loading branch information
Yu Emma Wang authored and tf-text-github-robot committed Sep 17, 2024
1 parent 9474dd9 commit f25a1c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tensorflow_text/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ load("//tensorflow_text:tftext.bzl", "extra_py_deps", "py_tf_text_library")

# Visibility rules
package(
default_visibility = ["//visibility:public"],
default_visibility = [
"//learning/gemini/prod/serving/export:__subpackages__",
"//visibility:public",
],
)

licenses(["notice"])
Expand Down

0 comments on commit f25a1c9

Please sign in to comment.