diff options
-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) |