Skip to content

Commit 70ce837

Browse files
buchgrcopybara-github
authored andcommitted
Add attribute 'provides = [CcInfo]' to '_cc_proto_aspect'
PiperOrigin-RevId: 518797574 Change-Id: I76d765743d59c580ee98731c694a5d0ead4ec730
1 parent c04f0d4 commit 70ce837

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/starlark/builtins_bzl/common/cc/cc_proto_library.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ _cc_proto_aspect = aspect(
260260
attr_aspects = ["deps"],
261261
fragments = ["cpp", "proto"],
262262
required_providers = [ProtoInfo],
263+
provides = [CcInfo],
263264
attrs = {
264265
"_aspect_cc_proto_toolchain": attr.label(
265266
default = configuration_field(fragment = "proto", name = "proto_toolchain_for_cc"),

0 commit comments

Comments
 (0)