Skip to content

Commit c409ce4

Browse files
Adding context awareness for visibility to tensorflow_text.
PiperOrigin-RevId: 872602075
1 parent 9d9a3f3 commit c409ce4

File tree

1 file changed

+4
-1
lines changed
  • tensorflow_text/core/kernels

1 file changed

+4
-1
lines changed

tensorflow_text/core/kernels/BUILD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ load("//tensorflow_text:tftext.bzl", "tf_cc_library", "tflite_cc_library")
1111
licenses(["notice"])
1212

1313
# Visibility rules
14-
package(default_visibility = ["//visibility:public"])
14+
package(default_visibility = [
15+
"//photos/vision/visionkit/pipeline/clients/context_awareness:__pkg__",
16+
"//visibility:public",
17+
])
1518

1619
exports_files(["LICENSE"])
1720

0 commit comments

Comments
 (0)