summaryrefslogtreecommitdiff
path: root/tools/golem/build-target.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/golem/build-target.sh')
-rwxr-xr-xtools/golem/build-target.sh2
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