diff --git a/core/private/cc_toolchain/BUILD.tpl b/core/private/cc_toolchain/BUILD.tpl index a1798591..b9e82e3f 100644 --- a/core/private/cc_toolchain/BUILD.tpl +++ b/core/private/cc_toolchain/BUILD.tpl @@ -113,7 +113,6 @@ cc_toolchain_config( compile_flags = [%{compile_flags}], opt_compile_flags = [%{opt_compile_flags}], dbg_compile_flags = [%{dbg_compile_flags}], - conly_flags = [%{conly_flags}], cxx_flags = [%{cxx_flags}], link_flags = [%{link_flags}], link_libs = [%{link_libs}],