Skip to content

Commit 8bcc908

Browse files
meteorcloudyPavank1992
authored andcommitted
Fix visibility issue of googleapis and remoteapis with Bzlmod enabled
Partial commit for third_party/*, see #19057. Signed-off-by: Pavan Singh <pavanksingh@google.com>
1 parent 7dfa3a0 commit 8bcc908

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

third_party/googleapis/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ filegroup(
6060
":google_devtools_remoteexecution_v1test_remote_execution_java_grpc_srcs",
6161
":google_watch_v1_java_grpc_srcs",
6262
],
63-
visibility = ["@//src:__pkg__"],
63+
visibility = ["@io_bazel//src:__pkg__"],
6464
)
6565

6666
java_proto_library(

third_party/remoteapis/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ filegroup(
3434
":build_bazel_remote_asset_v1_remote_asset_java_grpc_srcs",
3535
":build_bazel_remote_execution_v2_remote_execution_java_grpc_srcs",
3636
],
37-
visibility = ["@//src:__pkg__"],
37+
visibility = ["@io_bazel//src:__pkg__"],
3838
)
3939

4040
proto_library(

0 commit comments

Comments
 (0)