Use lz4 compression instead of gz. am: 62afad0252
am: 9c1298bc67
am: 8d919c2df1
Original change: https://android-review.googlesource.com/c/device/google/gs201/+/2657912 Change-Id: I1410548544ccb266e370f8110b6c5fad30a2f835 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
1f407ff3e1
1 changed files with 1 additions and 1 deletions
|
@ -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/emulated_storage.mk)
|
||||||
|
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/android_t_baseline.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
|
# Enforce generic ramdisk allow list
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/generic_ramdisk.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/generic_ramdisk.mk)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue