summaryrefslogtreecommitdiffstats
path: root/core/Makefile
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-08-20 19:22:51 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-08-20 19:22:51 -0700
commited91928a6ca817a9a133ee81cfb2e9745acec21d (patch)
tree4db721014a15b862c9d3bdc61d5b857c98dfe670 /core/Makefile
parent13a019fe32e6a0eb3289ad6142173631ac601391 (diff)
parent60d1ee3e539e02ba701b9ff647fd23aca18f890d (diff)
downloadbuild-ed91928a6ca817a9a133ee81cfb2e9745acec21d.zip
build-ed91928a6ca817a9a133ee81cfb2e9745acec21d.tar.gz
build-ed91928a6ca817a9a133ee81cfb2e9745acec21d.tar.bz2
am 60d1ee3e: Better way to disable OTAs for crespo - DO NOT MERGE
Merge commit '60d1ee3e539e02ba701b9ff647fd23aca18f890d' into gingerbread-plus-aosp * commit '60d1ee3e539e02ba701b9ff647fd23aca18f890d': Better way to disable OTAs for crespo - DO NOT MERGE
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 54d7432..97c6837 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1004,7 +1004,7 @@ target-files-package: $(BUILT_TARGET_FILES_PACKAGE)
# OTA update package
# disable ota for crespo temporarily.
-ifneq ($(TARGET_PRODUCT),crespo)
+ifneq ($(TARGET_DEVICE),crespo)
ifneq ($(TARGET_SIMULATOR),true)
ifneq ($(TARGET_PRODUCT),sdk)
ifneq ($(TARGET_DEVICE),generic)