Skip to content

Commit

Permalink
Revert "build: Don't force checkapi-cm on system image gen."
Browse files Browse the repository at this point in the history
This reverts commit a59d8a4.

Change-Id: I2f1e7eb24797ff1398d12d22fbabb9e0afac4609
  • Loading branch information
Raienryu97 authored and amardeep434 committed Oct 16, 2016
1 parent 44afc08 commit 3405231
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1350,8 +1350,13 @@ endef
$(BUILT_SYSTEMIMAGE): $(FULL_SYSTEMIMAGE_DEPS) $(INSTALLED_FILES_FILE)
$(call build-systemimage-target,$@)

ifneq ($(TARGET_DISABLE_CMSDK),true)
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
Expand Down

0 comments on commit 3405231

Please sign in to comment.