Enable bazel in mainline build script. am: be577742a1 am: d8af540729
Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2497055 Change-Id: Ib91eac5c7e339fae314b98b98c707f4e4f4bde58 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -135,11 +135,9 @@ function main() {
|
||||
# the buildbots.
|
||||
build/soong/soong_ui.bash --make-mode installclean
|
||||
|
||||
#TODO(b/263406837) remove BUILD_BROKEN_DISABLE_BAZEL, which will enable Bazel builds with --bazel-mode by default
|
||||
build/soong/soong_ui.bash --make-mode "$@" \
|
||||
ALWAYS_EMBED_NOTICES=true \
|
||||
MODULE_BUILD_FROM_SOURCE=true \
|
||||
BUILD_BROKEN_DISABLE_BAZEL=true \
|
||||
${extra_build_params} \
|
||||
"${RUN_ERROR_PRONE:+"RUN_ERROR_PRONE=true"}" \
|
||||
apps_only \
|
||||
|
||||
Reference in New Issue
Block a user