summaryrefslogtreecommitdiffstats
path: root/core/Makefile
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2011-03-04 17:13:04 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-03-04 17:13:04 -0800
commit0a1f3236e319384bec11061a242a9ac44c785278 (patch)
treea82f3af9380d77c837937b88cf2e8c79127d9479 /core/Makefile
parent51de64377b402ccfd9a10c8f51a7d4c1b3f1bcc4 (diff)
parenta73b6561cee39ad416f4af327dbe72ec565d2423 (diff)
downloadbuild-0a1f3236e319384bec11061a242a9ac44c785278.zip
build-0a1f3236e319384bec11061a242a9ac44c785278.tar.gz
build-0a1f3236e319384bec11061a242a9ac44c785278.tar.bz2
am a73b6561: Drop support for target files with no recovery.fstab.
* commit 'a73b6561cee39ad416f4af327dbe72ec565d2423': Drop support for target files with no recovery.fstab.
Diffstat (limited to 'core/Makefile')
-rw-r--r--core/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile
index de65109..166ed35 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1070,6 +1070,7 @@ ifneq ($(TARGET_SIMULATOR),true)
ifneq ($(TARGET_PRODUCT),sdk)
ifneq ($(TARGET_DEVICE),generic)
ifneq ($(TARGET_NO_KERNEL),true)
+ifneq ($(recovery_fstab),)
# -----------------------------------------------------------------
# OTA update package
@@ -1122,6 +1123,7 @@ $(INTERNAL_UPDATE_PACKAGE_TARGET): $(BUILT_TARGET_FILES_PACKAGE) $(OTATOOLS)
.PHONY: updatepackage
updatepackage: $(INTERNAL_UPDATE_PACKAGE_TARGET)
+endif # recovery_fstab is defined
endif # TARGET_NO_KERNEL != true
endif # TARGET_DEVICE != generic
endif # TARGET_PRODUCT != sdk