Skip to content

Commit

Permalink
Add toolchain_type to cc_proto_library rule.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 484470977
Change-Id: Ibe1d1b243d3c2eb34e115730b7450a2cf307a8e1
  • Loading branch information
buildbreaker2021 authored and copybara-github committed Oct 28, 2022
1 parent 8761fc5 commit f571117
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ _cc_proto_aspect = aspect(
default = configuration_field(fragment = "proto", name = "proto_toolchain_for_cc"),
),
"_cc_toolchain": attr.label(default = "@bazel_tools//tools/cpp:current_cc_toolchain"),
"_cc_toolchain_type": attr.label(default = "@bazel_tools//tools/cpp:toolchain_type"),
},
)

Expand Down

0 comments on commit f571117

Please sign in to comment.