am ad3cf5f8: Restore OTA for crespo. [DO NOT MERGE]
Merge commit 'ad3cf5f868fc36de0a4fa501f074d35a94496b27' into gingerbread-plus-aosp * commit 'ad3cf5f868fc36de0a4fa501f074d35a94496b27': Restore OTA for crespo. [DO NOT MERGE]
This commit is contained in:
commit
d4ee2de1c3
|
@ -1003,8 +1003,6 @@ target-files-package: $(BUILT_TARGET_FILES_PACKAGE)
|
|||
# -----------------------------------------------------------------
|
||||
# OTA update package
|
||||
|
||||
# disable ota for crespo temporarily.
|
||||
ifneq ($(TARGET_DEVICE),crespo)
|
||||
ifneq ($(TARGET_SIMULATOR),true)
|
||||
ifneq ($(TARGET_PRODUCT),sdk)
|
||||
ifneq ($(TARGET_DEVICE),generic)
|
||||
|
@ -1040,7 +1038,6 @@ otapackage: $(INTERNAL_OTA_PACKAGE_TARGET)
|
|||
endif # TARGET_DEVICE != generic
|
||||
endif # TARGET_PRODUCT != sdk
|
||||
endif # TARGET_SIMULATOR != true
|
||||
endif # TARGET_PRODUCT != crespo
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
# installed file list
|
||||
|
|
Loading…
Reference in New Issue