Merge "Add OTA support to mainline_system."
This commit is contained in:
commit
82182c8233
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue