aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}