aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-07-09 01:22:05 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-07-09 01:22:05 +0000
commit42b072f4a760c3818abfe5240152264e1581f380 (patch)
tree78f80a643ba7cd0a5509a3c4df64f45e465a3584
parent61de59bc360f370c2ca902bda01dd892f0ea4e08 (diff)
parentfd224efb7f0a66b809d81f7bd4cce5bd7efb73a5 (diff)
downloadbuild-42b072f4a760c3818abfe5240152264e1581f380.tar.gz
Merge "Imply ALLOW_MISSING_DEPENDENCIES for Mac builds"
-rw-r--r--core/config.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/config.mk b/core/config.mk
index e30ff3ff34..acdf15e3b1 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -445,6 +445,11 @@ endif
ifneq ($(filter true,$(SOONG_ALLOW_MISSING_DEPENDENCIES)),)
ALLOW_MISSING_DEPENDENCIES := true
endif
+# Mac builds default to ALLOW_MISSING_DEPENDENCIES, at least until the host
+# tools aren't enabled by default for Mac.
+ifeq ($(HOST_OS),darwin)
+ ALLOW_MISSING_DEPENDENCIES := true
+endif
.KATI_READONLY := ALLOW_MISSING_DEPENDENCIES
TARGET_BUILD_USE_PREBUILT_SDKS :=