From 454e90dd7b225967fa080d42b84420156a92b084 Mon Sep 17 00:00:00 2001 From: Lokesh Gidra Date: Fri, 6 Dec 2019 14:00:16 -0800 Subject: [PATCH] davinci: Use 6GB dalvik-heap config Bug: 145823510 Test: MPTS Change-Id: I086d4a5c09634c3c7bd51ec5d08dcaa1551511b4 --- device.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device.mk b/device.mk index 89d38f5..373d9ac 100644 --- a/device.mk +++ b/device.mk @@ -17,6 +17,9 @@ # Product launched with 9.0 $(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_p.mk) +# Setup dalvik vm configs +$(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk) + # Call the proprietary setup $(call inherit-product, vendor/xiaomi/davinci/davinci-vendor.mk)