diff options
-rwxr-xr-x | tools/buildbot-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildbot-build.sh b/tools/buildbot-build.sh index fd6c6ca5da..dde156dbe6 100755 --- a/tools/buildbot-build.sh +++ b/tools/buildbot-build.sh @@ -63,7 +63,7 @@ while true; do done # Allow to build successfully in master-art. -extra_args="SOONG_ALLOW_MISSING_DEPENDENCIES=true TARGET_BUILD_UNBUNDLED=true" +extra_args="SOONG_ALLOW_MISSING_DEPENDENCIES=true" apexes=( "com.android.art.testing" |