Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ec704c6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Imply ALLOW_MISSING_DEPENDENCIES for Mac builds" am: 42b072f4 am:...

Merge "Imply ALLOW_MISSING_DEPENDENCIES for Mac builds" am: 42b072f4 am: f19de553 am: 7388ed30

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

Change-Id: Iad7e9d1b2ba8556f6d8f1b5c1794930b8d5f8d60
parents e156f77e 7388ed30
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 :=