Skip to content

Commit fdac1c0

Browse files
Update the visibility deps for tensorflow_text/core/kernels
PiperOrigin-RevId: 646201849
1 parent 767dfc8 commit fdac1c0

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ load("//tensorflow_text:tftext.bzl", "tf_cc_library", "tflite_cc_library")
77
licenses(["notice"])
88

99
# Visibility rules
10-
package(default_visibility = ["//visibility:public"])
10+
package(default_visibility = [
11+
"//intelligence/miphone/aiai/echo/memory:__subpackages__",
12+
"//visibility:public",
13+
])
1114

1215
exports_files(["LICENSE"])
1316

0 commit comments

Comments
 (0)