Skip to content

Commit

Permalink
drop extra_flags_per_feature in call to cc_toolchain_config
Browse files Browse the repository at this point in the history
This is only available in Bazel 8 and later.
See bazelbuild/bazel#9e913fbfa2e3930742fc30dfb60ac5e2694c70cf
  • Loading branch information
malt3 committed Nov 29, 2024
1 parent 557b4ab commit 26f8394
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/private/cc_toolchain/BUILD.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ cc_toolchain_config(
coverage_compile_flags = [%{coverage_compile_flags}],
coverage_link_flags = [%{coverage_link_flags}],
supports_start_end_lib = %{supports_start_end_lib},
extra_flags_per_feature = %{extra_flags_per_feature},
)

# Android tooling requires a default toolchain for the armeabi-v7a cpu.
Expand Down

0 comments on commit 26f8394

Please sign in to comment.