sm6375-common: implement virtual A/B

Change-Id: I86d2e973ee764b3e0d16d1ccf11e2f1e199fd888
This commit is contained in:
Cosmin Tanislav
2021-09-03 20:29:28 +03:00
committed by Ramii Ahmed
parent 62d62aed63
commit e4046bb61e

12
holi.mk
View File

@@ -24,5 +24,17 @@ PRODUCT_PACKAGES += \
checkpoint_gc \
otapreopt_script
# Enable virtual A/B OTA
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk)
# Update engine
PRODUCT_PACKAGES += \
update_engine \
update_engine_sideload \
update_verifier
PRODUCT_PACKAGES_DEBUG += \
update_engine_client
# Inherit the proprietary files
$(call inherit-product, vendor/xiaomi/sm6375-common/sm6375-common-vendor.mk)