summaryrefslogtreecommitdiff
path: root/bazel/upb_proto_library.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'bazel/upb_proto_library.bzl')
-rw-r--r--bazel/upb_proto_library.bzl5
1 files changed, 4 insertions, 1 deletions
diff --git a/bazel/upb_proto_library.bzl b/bazel/upb_proto_library.bzl
index bb3eb57..147e088 100644
--- a/bazel/upb_proto_library.bzl
+++ b/bazel/upb_proto_library.bzl
@@ -230,7 +230,10 @@ _upb_proto_library_aspect = aspect(
"_cc_toolchain": attr.label(
default = "@bazel_tools//tools/cpp:current_cc_toolchain",
),
- "_upb": attr.label_list(default = ["//:upb"]),
+ "_upb": attr.label_list(default = [
+ "//:generated_code_support__only_for_generated_code_do_not_use__i_give_permission_to_break_me",
+ "//:upb"
+ ]),
"_ext": attr.string(default = ".upb"),
}),
implementation = _upb_proto_aspect_impl,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback