From be577742a16f12431148cea53dc23531c7343a95 Mon Sep 17 00:00:00 2001 From: Jingwen Chen Date: Mon, 13 Mar 2023 12:48:26 +0000 Subject: [PATCH] Enable bazel in mainline build script. Fixes: 263406837 Test: presubmits Test: abtd (TBD) Change-Id: I38eb823d58af04c5f4ae91ae21abc381d0f840bc --- build/build_unbundled_mainline_module.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/build_unbundled_mainline_module.sh b/build/build_unbundled_mainline_module.sh index 5b4e639..285f112 100755 --- a/build/build_unbundled_mainline_module.sh +++ b/build/build_unbundled_mainline_module.sh @@ -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 \