diff options
| author | Moyster <oysterized@gmail.com> | 2016-09-16 13:09:44 +0200 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2016-09-17 13:34:50 +0200 |
| commit | db26409764fd888b08418d33d3b1685599eff880 (patch) | |
| tree | 62ed0822232071016c303db6a337034b0cccafa8 | |
| parent | c612c6e4d433ba122ae56e622cf5f17139464b1e (diff) | |
fix build issues
| -rw-r--r-- | device_m2note.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/device_m2note.mk b/device_m2note.mk index 407d76c..ccdd09d 100644 --- a/device_m2note.mk +++ b/device_m2note.mk @@ -3,8 +3,8 @@ $(call inherit-product, vendor/meizu/m2note/m2note-vendor.mk) DEVICE_PACKAGE_OVERLAYS += device/meizu/m2note/overlay -# Device uses high-density artwork where available -PRODUCT_AAPT_CONFIG := normal xhdpi xxhdpi +# Device uses AAPT_PREF and fallback to AAPT_CONF (xxhdpi > normal) +PRODUCT_AAPT_CONFIG := normal PRODUCT_AAPT_PREF_CONFIG := xxhdpi # Recovery allowed devices |
