Merge "Add OTA support to mainline_system."

This commit is contained in:
Anton Hansson 2018-08-22 18:41:30 +00:00 committed by Gerrit Code Review
commit 82182c8233

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