aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/jit/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/jit/BUILD')
-rw-r--r--tensorflow/compiler/jit/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/tensorflow/compiler/jit/BUILD b/tensorflow/compiler/jit/BUILD
index 306e704415..7ebd842218 100644
--- a/tensorflow/compiler/jit/BUILD
+++ b/tensorflow/compiler/jit/BUILD
@@ -15,7 +15,10 @@ package_group(
)
package(
- default_visibility = [":internal"],
+ default_visibility = [
+ ":internal",
+ "//tensorflow/compiler/plugin/executor:__pkg__",
+ ],
)
load("//tensorflow:tensorflow.bzl", "cc_header_only_library")