sm8550-common: Modified the VABc compresison makefile

The compression makefile currently being used has modules which do not
need to be picked for latest versions. There is a new mandate to use
newer makefile for newer version. This change is to align with the
request of moving to these new makefile for VABc.

gbug reference: 243911353

Change-Id: I3a064ee730e63ce3ebbd57c7c9d0df95d665fa5c
This commit is contained in:
Shashank Sivakumar
2022-09-16 11:12:11 -07:00
committed by Bruno Martins
parent f125c68252
commit 8d6a934602

View File

@@ -5,7 +5,7 @@
#
# A/B
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/compression.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/android_t_baseline.mk)
AB_OTA_POSTINSTALL_CONFIG += \
RUN_POSTINSTALL_system=true \
@@ -23,6 +23,8 @@ PRODUCT_PACKAGES += \
checkpoint_gc \
otapreopt_script
PRODUCT_VIRTUAL_AB_COMPRESSION_METHOD := gz
# ANT+
PRODUCT_PACKAGES += \
AntHalService-Soong \