From b5a493f5dd516433cca81dd69360b6e17cbd54ce Mon Sep 17 00:00:00 2001 From: RGIB Date: Thu, 24 Nov 2016 16:07:34 +0100 Subject: i9305 : correct dalvik heap value Change-Id: I133207caa748b98125d6b5376651e8ddaf2c6aef --- i9305.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/i9305.mk b/i9305.mk index 565acec..13f65fc 100644 --- a/i9305.mk +++ b/i9305.mk @@ -86,6 +86,9 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml +# Configure dalvik heap +$(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk) + # Include device blobs first $(call inherit-product, vendor/samsung/i9305/i9305-vendor.mk) -- cgit v1.1