Skip to content

Commit

Permalink
Add attribute 'provides = [CcInfo]' to '_cc_proto_aspect' (bazelbuild…
Browse files Browse the repository at this point in the history
…#17979)

PiperOrigin-RevId: 518797574
Change-Id: I76d765743d59c580ee98731c694a5d0ead4ec730

Co-authored-by: Googler <buchgr@google.com>
  • Loading branch information
ShreeM01 and buchgr authored Apr 5, 2023
1 parent fb4a0c2 commit 41cfc6c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ _cc_proto_aspect = aspect(
attr_aspects = ["deps"],
fragments = ["cpp", "proto"],
required_providers = [ProtoInfo],
provides = [CcInfo],
attrs = {
"_aspect_cc_proto_toolchain": attr.label(
default = configuration_field(fragment = "proto", name = "proto_toolchain_for_cc"),
Expand Down

0 comments on commit 41cfc6c

Please sign in to comment.