sm8550-common: Enable compressed snapshots with virtual A/B

Virtual A/B compression helps to reduce snapshot size on /data.
Enable compression by inheriting virtual_ab_ota/compression.mk.

Change-Id: I47f241c966285243cdc379ce971c08603ffc575d
This commit is contained in:
Roopesh Nataraja
2022-04-17 23:56:16 -07:00
committed by Bruno Martins
parent 7ded511893
commit f125c68252

View File

@@ -5,7 +5,7 @@
#
# A/B
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch_with_vendor_ramdisk.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/compression.mk)
AB_OTA_POSTINSTALL_CONFIG += \
RUN_POSTINSTALL_system=true \