mirror of
https://github.com/Evolution-X-Devices/device_oneplus_sm8550-common
synced 2026-02-01 11:00:20 +00:00
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:
committed by
Bruno Martins
parent
f125c68252
commit
8d6a934602
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user