miatoll: Fix AAPT config

According to AOSP docs [1] apps should use xxhdpi resources
for 440 dpi density.

[1] https://developer.android.com/reference/android/util/DisplayMetrics#DENSITY_440

Change-Id: Ib591e11a93b9814fabf772136096bde69e202e77
This commit is contained in:
Alexander Winkowski 2022-08-05 11:48:32 +00:00
parent 9ff8b577e4
commit a7cb162630
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44

View File

@ -9,7 +9,7 @@ $(call inherit-product, device/xiaomi/sm6250-common/atoll.mk)
# AAPT
PRODUCT_AAPT_CONFIG := normal
PRODUCT_AAPT_PREF_CONFIG := xhdpi
PRODUCT_AAPT_PREF_CONFIG := xxhdpi
# NFC
PRODUCT_PACKAGES += \