Skip to content

Commit 43a1161

Browse files
Internal change
PiperOrigin-RevId: 702630141
1 parent 3b38918 commit 43a1161

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

bazel/private/BUILD

+3-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ bzl_library(
9595
"java_lite_proto_library.bzl",
9696
"java_proto_support.bzl",
9797
],
98-
visibility = ["//bazel:__subpackages__"],
98+
visibility = [
99+
"//bazel:__subpackages__",
100+
],
99101
deps = [
100102
":toolchain_helpers_bzl",
101103
"//bazel/common:proto_common_bzl",

bazel/private/java_lite_proto_library.bzl

+3
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,6 @@ rules to generate Java code for.
176176
provides = [JavaInfo],
177177
toolchains = toolchains.use_toolchain(_JAVA_LITE_PROTO_TOOLCHAIN),
178178
)
179+
180+
# public re-export, note that we can't rename the original symbol because that changes the aspect id
181+
java_lite_proto_aspect = _java_lite_proto_aspect

0 commit comments

Comments
 (0)