From 26f83942161b54e52e54f16e960cc4c0eedcf84c Mon Sep 17 00:00:00 2001 From: Malte Poll Date: Fri, 29 Nov 2024 22:04:32 +0100 Subject: [PATCH] drop extra_flags_per_feature in call to cc_toolchain_config This is only available in Bazel 8 and later. See bazelbuild/bazel#9e913fbfa2e3930742fc30dfb60ac5e2694c70cf --- core/private/cc_toolchain/BUILD.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/core/private/cc_toolchain/BUILD.tpl b/core/private/cc_toolchain/BUILD.tpl index 99896dc9..a1798591 100644 --- a/core/private/cc_toolchain/BUILD.tpl +++ b/core/private/cc_toolchain/BUILD.tpl @@ -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.