assets: hdpi is preferred, not both mdpi and hdpi

This commit is contained in:
Micha LaQua 2012-06-06 11:41:18 +03:00
parent 382313d39e
commit da46bfc7d4

7
leo.mk
View File

@ -162,9 +162,10 @@ PRODUCT_PACKAGES += \
# strict mode
ADDITIONAL_DEFAULT_PROPERTIES += persist.sys.strictmode.disable=true
# leo uses high-density artwork where available
PRODUCT_AAPT_CONFIG := normal hdpi mdpi
PRODUCT_AAPT_PREF_CONFIG := hdpi mdpi
# make fallback to mdpi possible
# e.g. for maintaining crisp assets on 160dpi
PRODUCT_AAPT_CONFIG := normal mdpi hdpi
PRODUCT_AAPT_PREF_CONFIG := hdpi
PRODUCT_PROPERTY_OVERRIDES += \
debug.sf.hw=1 \