aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maennich <maennich@google.com>2023-11-29 11:46:17 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-11-29 11:46:17 +0000
commit3adb83571cdedf378b4ec0e8118ae906b5d1c7b0 (patch)
treec40cf26b0842743270243e76a7a4ff6e7ed53492
parent6b9563fb5e8f6d47a17b163e5620238247984c9e (diff)
parentaef485b1772ae444764f49f5148cf0a52245c644 (diff)
downloadbazel-3adb83571cdedf378b4ec0e8118ae906b5d1c7b0.tar.gz
Do not enable BzlMod am: aef485b177
Original change: https://android-review.googlesource.com/c/platform/build/bazel/+/2847656 Change-Id: I5200137c3893b2380ea97f725ab5a041e9832807 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 67ac32eb..0b2d1d66 100644
--- a/common.bazelrc
+++ b/common.bazelrc
@@ -24,6 +24,9 @@ common --experimental_enable_scl_dialect
common --experimental_cc_shared_library
build --experimental_starlark_cc_import
+# Do not enable BzlMod as the migration to bzlmod has not been done yet
+common --noenable_bzlmod
+
# Do not tokenize copts, other than strings that consist of a single Make
# variable. This prevents the need to double-escape characters like backslashes
# and quotes in copts.