From 412ab62e67bd9e99e9a58e7ebcb4d46c99d9e9b0 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Thu, 15 Sep 2011 15:43:00 -0700 Subject: Use new dalvik heap config for xhdpi phones. Change-Id: I5e52aa7cc8dfda6d9241610909e8d5b4c93ae920 --- device.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'device.mk') diff --git a/device.mk b/device.mk index 69ba1d6..7622821 100644 --- a/device.mk +++ b/device.mk @@ -140,8 +140,7 @@ ifneq ($(TARGET_BUILD_VARIANT),user) system/extras/bugmailer/send_bug:system/bin/send_bug endif -# XXX: should be including hd-phone-dalvik-heap.mk or something? -$(call inherit-product, frameworks/base/build/tablet-dalvik-heap.mk) +$(call inherit-product, frameworks/base/build/phone-xhdpi-1024-dalvik-heap.mk) $(call inherit-product-if-exists, vendor/nxp/pn544/nxp-pn544-fw-vendor.mk) $(call inherit-product, hardware/ti/omap4xxx/omap4.mk) -- cgit v1.1