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 <leoliou@google.com>
This commit is contained in:
parent
5d0602d85a
commit
8aed92f399
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
|
||||||
# Enable updating of APEXes
|
# Enable updating of APEXes
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
|
$(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
|
# Include GSI keys
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue