aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-11-10 20:29:03 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-11-10 20:29:03 +0000
commit6d03f665159f5cf7a1e01c5a5a00d7a3af7ceea8 (patch)
treed7012b572cfffe41a9153119fcee117b7b76645d
parent897596c9b9bb50f9bf48e3d1fc4115a7e278be0b (diff)
parent428b179b6ae477c1784434b89a0034bf4acc6f8b (diff)
downloadbazel-6d03f665159f5cf7a1e01c5a5a00d7a3af7ceea8.tar.gz
Merge "Enable scl dialect in bazel" into main
-rw-r--r--common.bazelrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.bazelrc b/common.bazelrc
index 6d6d60c8..67ac32eb 100644
--- a/common.bazelrc
+++ b/common.bazelrc
@@ -17,6 +17,9 @@ build --experimental_strict_action_env
# Explicitly allow unresolved symlinks (it's an experimental Bazel feature)
build --experimental_allow_unresolved_symlinks
+# Enable SCL because some files are shared between bazel and make/soong
+common --experimental_enable_scl_dialect
+
# Enable usage of experimental cc-related build APIs
common --experimental_cc_shared_library
build --experimental_starlark_cc_import