summaryrefslogtreecommitdiffstats
path: root/core/Makefile
diff options
context:
space:
mode:
authorKeun young Park <keunyoung@google.com>2012-04-19 09:55:24 -0700
committerKeun young Park <keunyoung@google.com>2012-04-19 09:55:24 -0700
commit782610165fc0a23dee93d6a297746e284edbb7ea (patch)
tree971891e6b94ff4c8565ba5582a526fd287758f8f /core/Makefile
parentfc17f274bb054b0c88972f1ab70c632e367da9a8 (diff)
downloadbuild-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/Makefile2
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