diff options
| author | Moyster <oysterized@gmail.com> | 2016-09-11 15:32:25 +0200 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2016-09-11 15:32:25 +0200 |
| commit | f712e30058f2f74e3163b7c3e12f71cc99a9fd2e (patch) | |
| tree | 50fc9638a2286caf99c0ed917cc7ee2873545c39 | |
| parent | 420614d4406180ec347a1d7ce5d0c09c00d455f3 (diff) | |
update cm.mk
| -rw-r--r-- | cm.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,10 +14,10 @@ $(call inherit-product, device/mediatek/mt6753_common/BoardConfigMT6753_common.m $(call inherit-product, device/meizu/m2note/twrp.mk) # Configure dalvik heap -# $(call inherit-product, frameworks/native/build/phone-xxxhdpi-2048-dalvik-heap.mk) +$(call inherit-product, frameworks/native/build/phone-xxhdpi-2048-dalvik-heap.mk) # Configure hwui memory -# $(call inherit-product, frameworks/native/build/phone-xxxhdpi-2048-hwui-memory.mk) +$(call inherit-product, frameworks/native/build/phone-xxhdpi-2048-hwui-memory.mk) TARGET_SCREEN_HEIGHT := 1920 TARGET_SCREEN_WIDTH := 1080 |
