enable recovery img build for PDK
Bug: 6363041 Change-Id: I25dff887dd0946c9506926e66e0514390c20692e
This commit is contained in:
parent
fc17f274bb
commit
782610165f
|
@ -574,7 +574,7 @@ endef
|
|||
# Recovery image
|
||||
|
||||
# If neither TARGET_NO_KERNEL nor TARGET_NO_RECOVERY are true
|
||||
ifeq (,$(filter true, $(TARGET_NO_KERNEL) $(TARGET_NO_RECOVERY) $(BUILD_TINY_ANDROID) $(TARGET_BUILD_PDK)))
|
||||
ifeq (,$(filter true, $(TARGET_NO_KERNEL) $(TARGET_NO_RECOVERY) $(BUILD_TINY_ANDROID)))
|
||||
|
||||
INSTALLED_RECOVERYIMAGE_TARGET := $(PRODUCT_OUT)/recovery.img
|
||||
|
||||
|
|
Loading…
Reference in New Issue