diff options
author | offain <fabian.leutenegger@bluewin.ch> | 2017-03-29 22:41:43 +0200 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-09-07 13:41:55 +0200 |
commit | 6e2a6cfe8c41d32f97152f5f9eebb0662855bc6a (patch) | |
tree | 47693b734a38b037339247bd363cbdbd9aa5ec15 /device.mk | |
parent | a88a284a012da3d773f37ec12b41c8ee7877c941 (diff) |
z2_plus: import HWUI and Dalvik properties to system.prop
Define HWUI and Dalvik properties in system_prop.mk because AOSPA dont provide the preconfigured configuration files in their framwork.
The values i used are from 7.3.9 build and tweaked a little bit.
Signed-off-by: dd3boh <dade.garberi@gmail.com>
Diffstat (limited to 'device.mk')
-rw-r--r-- | device.mk | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -70,9 +70,6 @@ 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 |