grus: 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 21ae71d331
commit f167604c09

View File

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