OSDN Git Service

build: do not attempt to build recovery.img for TINY_ANDROID builds
authorBrian Swetland <swetland@google.com>
Sat, 8 Aug 2009 01:09:44 +0000 (18:09 -0700)
committerBrian Swetland <swetland@google.com>
Sat, 8 Aug 2009 01:09:44 +0000 (18:09 -0700)
Signed-off-by: Brian Swetland <swetland@google.com>
core/Makefile

index 307a217..13dd02c 100644 (file)
@@ -502,7 +502,7 @@ endif
 # Recovery image
 
 # If neither TARGET_NO_KERNEL nor TARGET_NO_RECOVERY are true
-ifeq (,$(filter true, $(TARGET_NO_KERNEL) $(TARGET_NO_RECOVERY)))
+ifeq (,$(filter true, $(TARGET_NO_KERNEL) $(TARGET_NO_RECOVERY) $(BUILD_TINY_ANDROID)))
 
 INSTALLED_RECOVERYIMAGE_TARGET := $(PRODUCT_OUT)/recovery.img