Skip to content

Commit

Permalink
Add attribute 'provides = [CcInfo]' to '_cc_proto_aspect'
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 518797574
Change-Id: I76d765743d59c580ee98731c694a5d0ead4ec730
  • Loading branch information
buchgr authored and Copybara-Service committed Mar 23, 2023
1 parent c04f0d4 commit 70ce837
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,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 70ce837

Please sign in to comment.