apollon: 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
committed by Sebastiano Barezzi
parent 44f4e9c2ca
commit 1545d80863

View File

@@ -9,7 +9,7 @@ $(call inherit-product, device/xiaomi/sm8250-common/kona.mk)
# AAPT
PRODUCT_AAPT_CONFIG := normal
PRODUCT_AAPT_PREF_CONFIG := xhdpi
PRODUCT_AAPT_PREF_CONFIG := xxhdpi
# Audio configs
PRODUCT_COPY_FILES += \