aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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