From 54afad7544f0fd90ecef5cc5d98cb4fb9e418259 Mon Sep 17 00:00:00 2001 From: Neel Chauhan Date: Sun, 31 Jul 2022 20:19:19 -0700 Subject: [PATCH] Revert "Enable compressed snapshots/VABc." Virtual AB compression prevents GApps from being installed to zuma devices. This reverts commit 2bfa6d3ba01856d99c6ffdb64627c6e9391c4a41. Change-Id: I119b8e042e4cdeec27a19ab5dd4f0666cc115ae1 --- device.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/device.mk b/device.mk index 95e86c85..28418f39 100644 --- a/device.mk +++ b/device.mk @@ -643,8 +643,7 @@ include device/google/gs-common/battery_mitigation/bcl.mk # 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/android_t_baseline.mk) -PRODUCT_VIRTUAL_AB_COMPRESSION_METHOD := lz4 +$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch_with_vendor_ramdisk.mk) # Enforce generic ramdisk allow list $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_ramdisk.mk)