diff --git a/target/product/mainline_system.mk b/target/product/mainline_system.mk index 60a3b8dd6..3581c4a5c 100644 --- a/target/product/mainline_system.mk +++ b/target/product/mainline_system.mk @@ -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