aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-11-10 20:42:15 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-11-10 20:42:15 +0000
commit5e048123ae385a85e0da159927bce3c4fc8a5072 (patch)
treed7012b572cfffe41a9153119fcee117b7b76645d
parentcb1a3f0cdf32ed9746fb00fff31cdad441e07dbf (diff)
parent6d03f665159f5cf7a1e01c5a5a00d7a3af7ceea8 (diff)
downloadbazel-5e048123ae385a85e0da159927bce3c4fc8a5072.tar.gz
Merge "Enable scl dialect in bazel" into main am: 6d03f66515
Original change: https://android-review.googlesource.com/c/platform/build/bazel/+/2825432 Change-Id: I34637d4b8197c66b6ac66a5ae289faf3f99170a8 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-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