From a398ee823c0261eebcf5fa830eda520ed5e9b79d Mon Sep 17 00:00:00 2001 From: Lokesh Gidra Date: Thu, 10 Feb 2022 20:18:06 +0000 Subject: [PATCH] Use same dalvik heap config as gs101 A different dalvik heap config is being used than the one used in gs101. Since all the p22 devices have 6+GB RAM, use the corresponding configuration. Bug: 218910184 Test: adb shell getprop Change-Id: Idcb86c3ae14b3409821c01bc9bf16f5b9a820596 --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index ce2a5cbb..f7dd9a12 100644 --- a/device.mk +++ b/device.mk @@ -722,7 +722,7 @@ CBD_USE_V2 := true CBD_PROTOCOL_SIT := true # setup dalvik vm configs. -$(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk) +$(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk) PRODUCT_TAGS += dalvik.gc.type-precise