Merge "Imply ALLOW_MISSING_DEPENDENCIES for Mac builds" am: 42b072f4a7

Original change: https://android-review.googlesource.com/c/platform/build/+/1760965

Change-Id: Ib0281bf1373d64f24f00b23494057879e5a8c3e8
This commit is contained in:
Treehugger Robot
2021-07-09 01:43:00 +00:00
committed by Automerger Merge Worker

View File

@@ -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 :=