forked from openkylin/platform_build
am 7daa9132: Disable OTA for crespo [DO NOT MERGE]
Merge commit '7daa91323139fa7c0435a07b0e3fad6056d0954b' into gingerbread-plus-aosp * commit '7daa91323139fa7c0435a07b0e3fad6056d0954b': Disable OTA for crespo [DO NOT MERGE]
This commit is contained in:
commit
13a019fe32
|
@ -1003,6 +1003,8 @@ target-files-package: $(BUILT_TARGET_FILES_PACKAGE)
|
|||
# -----------------------------------------------------------------
|
||||
# OTA update package
|
||||
|
||||
# disable ota for crespo temporarily.
|
||||
ifneq ($(TARGET_PRODUCT),crespo)
|
||||
ifneq ($(TARGET_SIMULATOR),true)
|
||||
ifneq ($(TARGET_PRODUCT),sdk)
|
||||
ifneq ($(TARGET_DEVICE),generic)
|
||||
|
@ -1038,6 +1040,7 @@ 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