diff options
author | Keun young Park <keunyoung@google.com> | 2012-04-19 09:55:24 -0700 |
---|---|---|
committer | Keun young Park <keunyoung@google.com> | 2012-04-19 09:55:24 -0700 |
commit | 782610165fc0a23dee93d6a297746e284edbb7ea (patch) | |
tree | 971891e6b94ff4c8565ba5582a526fd287758f8f /core/Makefile | |
parent | fc17f274bb054b0c88972f1ab70c632e367da9a8 (diff) | |
download | build-782610165fc0a23dee93d6a297746e284edbb7ea.zip build-782610165fc0a23dee93d6a297746e284edbb7ea.tar.gz build-782610165fc0a23dee93d6a297746e284edbb7ea.tar.bz2 |
enable recovery img build for PDK
Bug: 6363041
Change-Id: I25dff887dd0946c9506926e66e0514390c20692e
Diffstat (limited to 'core/Makefile')
-rw-r--r-- | core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile index ef802ab..9d41b7d 100644 --- a/core/Makefile +++ b/core/Makefile @@ -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 |