Narrow Bazel autoload compatibility shim (#7121)

This commit is contained in:
2026-06-11 21:47:10 -07:00
committed by GitHub
parent c39a20636c
commit 3bd3965372
+2 -3
View File
@@ -4,9 +4,8 @@
common --ui_event_filters=-INFO
# Bazel 9 removes native rule symbols. Keep external repositories that still
# reference JavaInfo or call native C++/proto rules building while upstream
# Starlark catches up.
common --incompatible_autoload_externally=+CcInfo,+JavaInfo,+ProtoInfo,+cc_binary,+cc_library,+cc_proto_library,+java_proto_library,+proto_library
# call native.cc_library building while upstream Starlark catches up.
common --incompatible_autoload_externally=+cc_library
# Don't use toolchains_llvm for the swift app build
common:mactools --ignore_dev_dependency