diff options
author | RGIB <gibellini.roberto@gmail.com> | 2016-11-24 16:07:34 +0100 |
---|---|---|
committer | RGIB <gibellini.roberto@gmail.com> | 2016-11-24 16:07:34 +0100 |
commit | b5a493f5dd516433cca81dd69360b6e17cbd54ce (patch) | |
tree | ec490e56ed0c97c5557996baf17e9a6f69ac2036 | |
parent | 431f0ac697aabb8cd88c29683ae414f10c356b10 (diff) | |
download | device_samsung_i9305-b5a493f5dd516433cca81dd69360b6e17cbd54ce.zip device_samsung_i9305-b5a493f5dd516433cca81dd69360b6e17cbd54ce.tar.gz device_samsung_i9305-b5a493f5dd516433cca81dd69360b6e17cbd54ce.tar.bz2 |
i9305 : correct dalvik heap value
Change-Id: I133207caa748b98125d6b5376651e8ddaf2c6aef
-rw-r--r-- | i9305.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |