diff options
Diffstat (limited to '')
-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 |