summaryrefslogtreecommitdiff
path: root/third_party/re2/src/.bazelrc
diff options
context:
space:
mode:
authorCronet Mainline Eng <cronet-mainline-eng+copybara@google.com>2024-05-28 13:59:50 +0900
committerMotomu Utsumi <motomuman@google.com>2024-05-28 14:11:54 +0900
commit168f7e285114554eb2ac9bc22343cca461355b50 (patch)
treec65ccc97fb3dc01e329951c1c7c7901aef7b7a2a /third_party/re2/src/.bazelrc
parent5cfdd35118d5a23349255971e97737e32895ec0f (diff)
downloadcronet-168f7e285114554eb2ac9bc22343cca461355b50.tar.gz
Import Cronet version 122.0.6261.43
FolderOrigin-RevId: /tmp/copybara-origin/src Change-Id: Ifb7b548cde690e10cc102366bc538e744efa902b
Diffstat (limited to 'third_party/re2/src/.bazelrc')
-rw-r--r--third_party/re2/src/.bazelrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/third_party/re2/src/.bazelrc b/third_party/re2/src/.bazelrc
index 540fb5738..c8ff98fa2 100644
--- a/third_party/re2/src/.bazelrc
+++ b/third_party/re2/src/.bazelrc
@@ -2,8 +2,6 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
-# Enable Bzlmod. This will be the default eventually...
-build --enable_bzlmod
# Enable layering check features. Useful on Clang only.
build --features=layering_check
# Enable parse headers features. Enforcing that headers are self-contained.