forked from openkylin/platform_build
Disable OTA for crespo [DO NOT MERGE]
Change-Id: I22c29226bb783fed34766e91d43edcf6e61a837f
This commit is contained in:
parent
c434bbbb2c
commit
7daa913231
|
@ -971,6 +971,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)
|
||||
|
@ -1006,6 +1008,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