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

Unverified Commit b701f064 authored by Brandon McAnsh's avatar Brandon McAnsh Committed by Michael Bestas
Browse files

Add WITHOUT_CHECK_API guard around checkapi



* Granted we should never not check the API, the flag was added
  so we need to account for it

Change-Id: Iae58ab6484c5c72904cae30e74f5ea1e89a86618
Signed-off-by: default avatarBrandon McAnsh <brandon.mcansh@gmail.com>
parent 895a52be
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1269,11 +1269,13 @@ $(BUILT_SYSTEMIMAGE): $(FULL_SYSTEMIMAGE_DEPS) $(INSTALLED_FILES_FILE)
	$(call build-systemimage-target,$@)

ifndef I_WANT_A_QUAIL_STAR
ifneq ($(WITHOUT_CHECK_API),true)
$(BUILT_SYSTEMIMAGE): checkapi
ifneq ($(TARGET_DISABLE_CMSDK),true)
$(BUILT_SYSTEMIMAGE): checkapi-cm
endif
endif
endif

INSTALLED_SYSTEMIMAGE := $(PRODUCT_OUT)/system.img
SYSTEMIMAGE_SOURCE_DIR := $(TARGET_OUT)