diff options
author | Adam Lesinski <adamlesinski@google.com> | 2014-11-11 20:12:00 -0700 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2015-05-15 23:34:24 +0200 |
commit | 650e48f8f68459cba144afb2e9c28da62808a2ed (patch) | |
tree | c5b5d534a4e6fba0dc14446b7c7e664182ac53a8 | |
parent | 6392682ddb2759eaff817be99ee17f990fde32e3 (diff) | |
download | device_samsung_espresso3g-650e48f8f68459cba144afb2e9c28da62808a2ed.zip device_samsung_espresso3g-650e48f8f68459cba144afb2e9c28da62808a2ed.tar.gz device_samsung_espresso3g-650e48f8f68459cba144afb2e9c28da62808a2ed.tar.bz2 |
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: Ib38e0b1c35b7074c70a28b7502008e79b12b9895
-rwxr-xr-x | p51xx-common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p51xx-common.mk b/p51xx-common.mk index 627744e..3af5b57 100755 --- a/p51xx-common.mk +++ b/p51xx-common.mk @@ -27,7 +27,7 @@ $(call inherit-product, device/common/gps/gps_us_supl.mk) LOCAL_PATH := device/samsung/p5100 # Enable higher-res drawables while keeping mdpi as primary source -PRODUCT_AAPT_CONFIG := large mdpi hdpi xhdpi +PRODUCT_AAPT_CONFIG := large PRODUCT_AAPT_PREF_CONFIG := mdpi PRODUCT_LOCALES += mdpi |