mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
Add required_providers to proto aspect
PiperOrigin-RevId: 955838256
This commit is contained in:
parent
43b6c37509
commit
aed6a821d1
1 changed files with 1 additions and 0 deletions
|
|
@ -505,6 +505,7 @@ def _make_proto_library_aspect(is_upb):
|
|||
implementation = (_rust_upb_proto_aspect_impl if is_upb else _rust_cc_proto_aspect_impl),
|
||||
attr_aspects = ["deps", "exports"],
|
||||
requires = ([] if is_upb else [cc_proto_aspect]),
|
||||
required_providers = [ProtoInfo],
|
||||
attrs = {
|
||||
"_cpp_thunks_deps": attr.label_list(
|
||||
default = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue