aboutsummaryrefslogtreecommitdiff
path: root/scripts/run_apex_tests.sh
diff options
context:
space:
mode:
authorJingwen Chen <jingwen@google.com>2021-08-11 04:38:39 +0000
committerJingwen Chen <jingwen@google.com>2021-08-11 04:38:39 +0000
commitb3c0cb5b1af289314a141b1dc4a9f30d2dff2a4a (patch)
tree9393bbbebd3a8dfc58564f45ae75582c7f48310f /scripts/run_apex_tests.sh
parente2eec9da6d1a8a0d29b9c9c973b1cfa761ea060d (diff)
downloadbazel-b3c0cb5b1af289314a141b1dc4a9f30d2dff2a4a.tar.gz
Delete --//build/bazel/rules:enable_apex.
All APEXes should build without workarounds now, therefore there's no need to gate APEX builds behind a flag. Test: bp2build-incremental (apex build on ci) Change-Id: Ie79d07344643036b32e094e9ff7f64794fd5821b
Diffstat (limited to 'scripts/run_apex_tests.sh')
-rwxr-xr-xscripts/run_apex_tests.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/run_apex_tests.sh b/scripts/run_apex_tests.sh
index d0552bd9..3743f0b4 100755
--- a/scripts/run_apex_tests.sh
+++ b/scripts/run_apex_tests.sh
@@ -47,7 +47,6 @@ BUILD_FLAGS_LIST=(
--curses=no
--show_progress_rate_limit=5
--config=bp2build
- --//build/bazel/rules:enable_apex=True
)
BUILD_FLAGS="${BUILD_FLAGS_LIST[@]}"