Merge "Add OTA support to mainline_system." am: 82182c8233 am: 6cd4df1c5d

am: 62fca28f0d

Change-Id: Ia89a8177ab02c693f404fe712552fdbab29cb135
This commit is contained in:
Anton Hansson 2018-08-22 12:13:09 -07:00 committed by android-build-merger
commit d5553c0fc5
1 changed files with 5 additions and 0 deletions

View File

@ -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