summaryrefslogtreecommitdiffstats
path: root/core/Makefile
diff options
context:
space:
mode:
authorBrian Swetland <swetland@google.com>2012-03-23 16:04:13 -0700
committerBrian Swetland <swetland@google.com>2012-03-23 16:04:13 -0700
commit7a5960555b229cca5a7d074ea9e139ebd5a6600f (patch)
tree94df16f1763445ae6edc09cb0d9a9d9d55a2edf9 /core/Makefile
parent4ff8608a6ad262a58c99b66522fda313ba3f8f1c (diff)
downloadbuild-7a5960555b229cca5a7d074ea9e139ebd5a6600f.zip
build-7a5960555b229cca5a7d074ea9e139ebd5a6600f.tar.gz
build-7a5960555b229cca5a7d074ea9e139ebd5a6600f.tar.bz2
Introduce TARGET_BUILD_PDK for selecting build tweaks for the PDK
BUILD_PDK and some of the other infrastructure will go away once we're done with the new new PDK work, but for now don't disturb that stuff. Change-Id: Ia39bf759ec03f203858ddcc4880af72bd132cb5a
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 173932c..e005485 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -631,7 +631,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) $(BUILD_PDK)))
+ifeq (,$(filter true, $(TARGET_NO_KERNEL) $(TARGET_NO_RECOVERY) $(BUILD_TINY_ANDROID) $(TARGET_BUILD_PDK)))
INSTALLED_RECOVERYIMAGE_TARGET := $(PRODUCT_OUT)/recovery.img