Remove density from PRODUCT_AAPT_CONFIG

AAPT ignores densities in PRODUCT_AAPT_CONFIG.
The use of PRODUCT_AAPT_PREF_CONFIG for density is
encouraged, as AAPT is able to determine the fallback
density to use if a resource of the specified density
does not exist.

Change-Id: If2b43a44593bc234118045d03bd48cd9820dc05a
cm-14.0
Adam Lesinski 11 years ago committed by Ethan Chen
parent fc83513522
commit 6aa30b7310

@ -29,7 +29,7 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml
# Screen density
PRODUCT_AAPT_CONFIG := normal hdpi xhdpi
PRODUCT_AAPT_CONFIG := normal
PRODUCT_AAPT_PREF_CONFIG := xhdpi
# Boot animation

Loading…
Cancel
Save