We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b38918 commit 43a1161Copy full SHA for 43a1161
bazel/private/BUILD
@@ -95,7 +95,9 @@ bzl_library(
95
"java_lite_proto_library.bzl",
96
"java_proto_support.bzl",
97
],
98
- visibility = ["//bazel:__subpackages__"],
+ visibility = [
99
+ "//bazel:__subpackages__",
100
+ ],
101
deps = [
102
":toolchain_helpers_bzl",
103
"//bazel/common:proto_common_bzl",
bazel/private/java_lite_proto_library.bzl
@@ -176,3 +176,6 @@ rules to generate Java code for.
176
provides = [JavaInfo],
177
toolchains = toolchains.use_toolchain(_JAVA_LITE_PROTO_TOOLCHAIN),
178
)
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