diff --git a/common.mk b/common.mk index d1c10b1..09e872c 100644 --- a/common.mk +++ b/common.mk @@ -20,6 +20,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk) # Enable updating of APEXes $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) +# Enable virtual A/B OTA +$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk) + # Include GSI keys $(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)