Skip to content

Commit 94d5617

Browse files
comiusrules_java Copybara
authored and
rules_java Copybara
committed
Make proto_support bzl_library visible
PiperOrigin-RevId: 684767814 Change-Id: I37ff05039ad64ac7ee20c88910e4832c3090404c
1 parent 79c6e69 commit 94d5617

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java/private/BUILD

+2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ bzl_library(
88
visibility = ["//java:__subpackages__"],
99
)
1010

11+
# Exposed for use by the protobuf.
1112
bzl_library(
1213
name = "proto_support",
1314
srcs = ["proto_support.bzl"],
15+
visibility = ["//visibility:public"],
1416
deps = [":private"],
1517
)
1618

0 commit comments

Comments
 (0)