From 803fc9b494b5a5b35a860be032685688a0ed5ae1 Mon Sep 17 00:00:00 2001 From: Kelvin Zhang Date: Fri, 14 Jan 2022 16:32:29 +0000 Subject: [PATCH] Enable VABC xor on p21 devices This is expected to reduce space requirements for OTA by 25%-40% For more details see http://go/vabc-xor Change-Id: Icb53bd27749c960a7738311c3a9c1d60c7b72abe Test: th --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 47552fea..7c2dd4fc 100644 --- a/device.mk +++ b/device.mk @@ -561,7 +561,7 @@ PRODUCT_PACKAGES += \ # Enable project quotas and casefolding for emulated storage without sdcardfs $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk) -$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/compression.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/compression_with_xor.mk) # Enforce generic ramdisk allow list $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_ramdisk.mk)