aboutsummaryrefslogtreecommitdiff
path: root/common.bazelrc
diff options
context:
space:
mode:
authorJingwen Chen <jingwen@google.com>2021-10-13 14:25:41 +0000
committerJingwen Chen <jingwen@google.com>2021-10-13 14:28:13 +0000
commit242b3b47a94d6e36ded4368d80e3ebf863aae9e2 (patch)
tree139c2367b11085bcbd32377df80258df74ace152 /common.bazelrc
parent8f7654d7d73139b6c51b7c39295d0137b3940a05 (diff)
downloadbazel-242b3b47a94d6e36ded4368d80e3ebf863aae9e2.tar.gz
Revert "Set --experimental_platform_in_output_dir."
Revert "Update Bazel to https://github.com/bazelbuild/bazel/comm..." Revert "Fix test to use --experimental_platform_in_output_dir." Revert submission 1854375-update-bazel-daecf427ec0bf0e963c324783062c4f5b61ff679 Reason for revert: introduces https://cs.opensource.google/bazel/bazel/+/503d56eda25b7e2a12431411bfb7ff286d028405, which conflicts with our current cc_binary->cc_shared_library work Reverted Changes: I40a511195:Fix test to use --experimental_platform_in_output_... I05c2c11f3:Update Bazel to https://github.com/bazelbuild/baze... Ie772d1665:Set --experimental_platform_in_output_dir. Id66674d72:Update Bazel to https://github.com/bazelbuild/baze... Test: CI Change-Id: I2c6df07aa924ed4980212834e52dbc4dd9c778f9
Diffstat (limited to 'common.bazelrc')
-rw-r--r--common.bazelrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/common.bazelrc b/common.bazelrc
index bb387358..2ed712d9 100644
--- a/common.bazelrc
+++ b/common.bazelrc
@@ -3,11 +3,6 @@
# Set default target platform for builds to rely on product config's arch and os variables
build --platforms //build/bazel/platforms:android_target
-# Use the target platform in the bazel-out/ output directory name instead of
-# the CPU. This avoids output directory thrashing when switching between top
-# level --platforms.
-build --experimental_platform_in_output_dir
-
# Use toolchain resolution to find the cc toolchain.
build --incompatible_enable_cc_toolchain_resolution