aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-05-14 01:00:37 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-05-14 01:00:37 +0000
commita0231f3f1f17c21ecbe889d43aec4cc590e7c69c (patch)
treeece95204c9b80e30cc733ade8ac22381441285d1
parent356ac4bb9a87d0ed7e2c6cdb38bf3647e0d51192 (diff)
parentf3015c3bbd520d95216123e6761a2860e17acebf (diff)
downloadbazel-android12-d1-s4-release.tar.gz
Change-Id: Idcfe15bca3dad9905275e6da5af573058ffc75a0
-rwxr-xr-xci/bp2build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/bp2build.sh b/ci/bp2build.sh
index ebb6cea5..474ec0bf 100755
--- a/ci/bp2build.sh
+++ b/ci/bp2build.sh
@@ -38,6 +38,7 @@ BUILD_TARGETS_LIST=(
//bionic/...
//system/...
//external/arm-optimized-routines/...
+ //external/scudo/...
)
BUILD_TARGETS="${BUILD_TARGETS_LIST[@]}"
tools/bazel --max_idle_secs=5 build ${BUILD_FLAGS} --platforms //build/bazel/platforms:android_x86 -k ${BUILD_TARGETS}