From 8aed92f399bdd0a7816c812596a39d035f63f347 Mon Sep 17 00:00:00 2001 From: Leo Liou Date: Tue, 14 Jan 2020 17:59:51 +0800 Subject: [PATCH] sm8350-common: Inherit the virtual a/b config For devices launching with virtual A/B, inherit the virtual A/B device base configuration. Bug: 146466421 Bug: 149155051 Test: boot to home, check system property of virtual_ab Test: Run full storage-qa test Change-Id: I8ebbbe897dc9278f43e37a6a9599b89d68419b27 Signed-off-by: Leo Liou --- common.mk | 3 +++ 1 file changed, 3 insertions(+) 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)