From 1ec22b2d218d8d2d977dfe9766b2a753e1d9a27d Mon Sep 17 00:00:00 2001 From: Albert Tang Date: Mon, 23 May 2022 14:37:17 -0500 Subject: [PATCH] dre: Inherit dalvik VM config for phones with 4 GB of RAM Change-Id: I59927c94dbbf08ac596136f68ed26f9d0d967aa8 --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 3621ffc..e6d3889 100644 --- a/device.mk +++ b/device.mk @@ -27,7 +27,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk) # Setup dalvik vm configs -$(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk) +$(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk) # Get non-open-source specific aspects $(call inherit-product, vendor/oneplus/dre/dre-vendor.mk)