Skip to content

Commit

Permalink
Add provides = [CcInfo] to cc_binary
Browse files Browse the repository at this point in the history
Fixes: #19609
PiperOrigin-RevId: 576924920
Change-Id: I7ab0c13539f729a80a08e264d35aed7dafe78cc0
  • Loading branch information
mai93 authored and copybara-github committed Oct 26, 2023
1 parent f6eabdc commit b1d3441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/starlark/builtins_bzl/common/cc/cc_binary.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -923,5 +923,6 @@ def make_cc_binary(cc_binary_attrs, **kwargs):
toolchains = cc_helper.use_cpp_toolchain() +
semantics.get_runtimes_toolchain(),
executable = True,
provides = [CcInfo],
**kwargs
)

0 comments on commit b1d3441

Please sign in to comment.