Make tf2xla cc ops visible to tf2xla:friends.
PiperOrigin-RevId: 381088812
Change-Id: If9d38160f057af26ef7f84d47c32a288c62cdf97
diff --git a/tensorflow/compiler/tf2xla/BUILD b/tensorflow/compiler/tf2xla/BUILD
index 83f893a..c680fee 100644
--- a/tensorflow/compiler/tf2xla/BUILD
+++ b/tensorflow/compiler/tf2xla/BUILD
@@ -38,7 +38,6 @@
name = "friends",
includes = [":internal"],
packages = [
- "//learning/brain/tools/tf_replay/...",
"//tensorflow/...",
"//tensorflow_models/...",
"//third_party/mlir_edge/model_curriculum/iree/...",
diff --git a/tensorflow/compiler/tf2xla/cc/BUILD b/tensorflow/compiler/tf2xla/cc/BUILD
index fbf3870..20956b2 100644
--- a/tensorflow/compiler/tf2xla/cc/BUILD
+++ b/tensorflow/compiler/tf2xla/cc/BUILD
@@ -2,7 +2,7 @@
load("//tensorflow:tensorflow.bzl", "tf_gen_op_wrapper_cc")
package(
- default_visibility = ["//tensorflow/compiler/tf2xla:internal"],
+ default_visibility = ["//tensorflow/compiler/tf2xla:friends"],
licenses = ["notice"],
)