forked from openkylin/platform_build
Merge "Add OTA support to mainline_system." am: 82182c8233
am: 6cd4df1c5d
am: 62fca28f0d
Change-Id: Ia89a8177ab02c693f404fe712552fdbab29cb135
This commit is contained in:
commit
d5553c0fc5
|
@ -18,6 +18,11 @@
|
|||
# device with no telephony.
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/handheld_system.mk)
|
||||
|
||||
# OTA support.
|
||||
PRODUCT_PACKAGES += \
|
||||
update_engine \
|
||||
update_verifier \
|
||||
|
||||
# Enable dynamic partition size
|
||||
PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true
|
||||
|
||||
|
|
Loading…
Reference in New Issue