diff options
Diffstat (limited to 'msm8996.mk')
-rwxr-xr-x | msm8996.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -76,6 +76,9 @@ PRODUCT_AAPT_PREF_CONFIG := xxhdpi TARGET_SCREEN_HEIGHT := 1920 TARGET_SCREEN_WIDTH := 1080 +# HWUI overrides +$(call inherit-product, frameworks/native/build/phone-xxhdpi-3072-hwui-memory.mk) + # Haters gonna hate.. PRODUCT_CHARACTERISTICS := nosdcard |