diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-02-03 00:37:20 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-02-03 00:37:20 +0100 |
commit | efefb743fcc3a7175e78aa57d60f6c06e7700bce (patch) | |
tree | 04db3e4dde21824958d88dbbbe8e1f3b3b59212a /device.mk | |
parent | 4b02ca4ec8cbaac1d55cb2fed4d3e2b8ef6368fa (diff) |
z2_plus: Change HWUI and Dalvik overrides
Change-Id: I00d79ffe93cb32d20add1b40c157c1eda17e1ce3
Diffstat (limited to 'device.mk')
-rwxr-xr-x | device.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |