diff options
| -rwxr-xr-x | tools/buildbot-build.sh | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/tools/buildbot-build.sh b/tools/buildbot-build.sh index ec6a8c9378..489c323c81 100755 --- a/tools/buildbot-build.sh +++ b/tools/buildbot-build.sh @@ -118,13 +118,8 @@ if [ -d frameworks/base ]; then else # Allow to build successfully in master-art. extra_args="SOONG_ALLOW_MISSING_DEPENDENCIES=true BUILD_BROKEN_DISABLE_BAZEL=true" - - if [[ "$ART_TEST_ON_VM" == "true" ]]; then - extra_args="$extra_args TARGET_BUILD_UNBUNDLED=false" - else - # Switch the build system to unbundled mode in the reduced manifest branch. - extra_args="$extra_args TARGET_BUILD_UNBUNDLED=true" - fi + # Switch the build system to unbundled mode in the reduced manifest branch. + extra_args="$extra_args TARGET_BUILD_UNBUNDLED=true" fi apexes=( |