Merge "Use lz4 compression instead of gz." into main

This commit is contained in:
Treehugger Robot 2023-07-18 16:27:06 +00:00 committed by Android (Google) Code Review
commit 4d4e4de9b4

View file

@ -588,7 +588,7 @@ include device/google/gs-common/battery_mitigation/bcl.mk
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/android_t_baseline.mk)
PRODUCT_VIRTUAL_AB_COMPRESSION_METHOD := gz
PRODUCT_VIRTUAL_AB_COMPRESSION_METHOD := lz4
# Enforce generic ramdisk allow list
$(call inherit-product, $(SRC_TARGET_DIR)/product/generic_ramdisk.mk)