diff options
Diffstat (limited to 'tools/golem')
| -rwxr-xr-x | tools/golem/build-target.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/golem/build-target.sh b/tools/golem/build-target.sh index d8ec58b364..1ebd7c9544 100755 --- a/tools/golem/build-target.sh +++ b/tools/golem/build-target.sh @@ -269,6 +269,8 @@ if [[ $mode == "golem" ]]; then execute lunch "$lunch_target" # Golem uses master-art repository which is missing a lot of other libraries. setenv SOONG_ALLOW_MISSING_DEPENDENCIES true + # master-art cannot build with Bazel. + setenv BUILD_BROKEN_DISABLE_BAZEL true # Let the build system know we're not aiming to do a full platform build. if [ ! -d frameworks/base ]; then setenv TARGET_BUILD_UNBUNDLED true |