From 8055ddc9a21101e52ef90b2ae4ddfdc8a5e0c360 Mon Sep 17 00:00:00 2001 From: Jake Harmon Date: Thu, 15 Feb 2024 15:20:35 -0800 Subject: [PATCH] Make targets used by TF/JAX publicly visible in OSS PiperOrigin-RevId: 607472622 --- BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD b/BUILD index 9642ae640..fa8bdba45 100644 --- a/BUILD +++ b/BUILD @@ -3,7 +3,7 @@ load("@llvm-project//mlir:tblgen.bzl", "gentbl_cc_library", "gentbl_filegroup", package( # copybara:uncomment default_applicable_licenses = ["//third_party/tensorflow:license"], - default_visibility = ["//visibility:public"], + default_visibility = internal_visibility(["//learning/brain/mlir:mhlo_friends"]), licenses = ["notice"], )