sm6375-common: Enabled updateable APEX

Change-Id: Iae46cbf48ae5fbfa100e83e8d6ce19f225102cf3
This commit is contained in:
Luca Stefani
2019-09-12 23:47:56 +02:00
committed by Ramii Ahmed
parent 9b059d923a
commit a910aa3ac4
2 changed files with 6 additions and 0 deletions

View File

@@ -21,6 +21,9 @@ AB_OTA_PARTITIONS += \
vendor \
vendor_boot
# APEX
DEXPREOPT_GENERATE_APEX_IMAGE := true
# Architecture
TARGET_ARCH := arm64
TARGET_ARCH_VARIANT := armv8-a

View File

@@ -27,6 +27,9 @@ PRODUCT_PACKAGES += \
# Enable virtual A/B OTA
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk)
# APEX's
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
# AVB
PRODUCT_PACKAGES += \
q-gsi.avbpubkey \