aboutsummaryrefslogtreecommitdiff
path: root/common.bazelrc
diff options
context:
space:
mode:
authorChris Parsons <cparsons@google.com>2021-05-25 12:22:58 -0400
committerChris Parsons <cparsons@google.com>2021-05-25 12:22:58 -0400
commitcebcbe2550d15ffb481143a0c0e661c6932b5d01 (patch)
tree5832a93502904732149c3699e45839a94b6a7216 /common.bazelrc
parent3d78dbca6bc032cd60049b610b9a3844477cac20 (diff)
downloadbazel-cebcbe2550d15ffb481143a0c0e661c6932b5d01.tar.gz
Rollforward "Split libraries by language..."
This fixes a test and rolls forward I28cf7437ee96cdf2fdbcb1eda2303691cff08ba4 Test: See I28cf7437ee96cdf2fdbcb1eda2303691cff08ba4 Change-Id: I3c03ce21136b681ebb7c2a7b76df2f06037e3e61
Diffstat (limited to 'common.bazelrc')
-rw-r--r--common.bazelrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.bazelrc b/common.bazelrc
index d63617e7..be72eb80 100644
--- a/common.bazelrc
+++ b/common.bazelrc
@@ -15,8 +15,9 @@ build --experimental_strict_action_env
# Explicitly allow unresolved symlinks (it's an experimental Bazel feature)
build --experimental_allow_unresolved_symlinks
-# Enable usage of cc_shared_library build APIs
+# Enable usage of experimental cc-related build APIs
build --experimental_cc_shared_library
+build --experimental_starlark_cc_import
# Do not tokenize copts, other than strings that consist of a single Make
# variable. This prevents the need to double-escape characters like backslashes