From efefb743fcc3a7175e78aa57d60f6c06e7700bce Mon Sep 17 00:00:00 2001 From: davidevinavil Date: Fri, 3 Feb 2017 00:37:20 +0100 Subject: z2_plus: Change HWUI and Dalvik overrides Change-Id: I00d79ffe93cb32d20add1b40c157c1eda17e1ce3 --- device.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device.mk b/device.mk index f61b228..cea8f2f 100755 --- a/device.mk +++ b/device.mk @@ -92,10 +92,10 @@ TARGET_SCREEN_HEIGHT := 1920 TARGET_SCREEN_WIDTH := 1080 # HWUI overrides -$(call inherit-product, frameworks/native/build/phone-xxxhdpi-4096-hwui-memory.mk) +$(call inherit-product, frameworks/native/build/phone-xxhdpi-3072-hwui-memory.mk) # Dalvik overrides -$(call inherit-product, frameworks/native/build/phone-xxxhdpi-4096-dalvik-heap.mk) +$(call inherit-product, frameworks/native/build/phone-xxhdpi-3072-dalvik-heap.mk) # Haters gonna hate.. PRODUCT_CHARACTERISTICS := nosdcard -- cgit v1.2.3