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:32:35 +0200 |
commit | 8d29da4e74a7907e2b894c72e35f517a096d667d (patch) | |
tree | abea25c103d79cada1da568ea3a3cd0a5544d441 /p31xx-common.mk | |
parent | 0f570104fc1d721b86d1eec06b228db364576f46 (diff) | |
download | device_samsung_espressowifi-8d29da4e74a7907e2b894c72e35f517a096d667d.zip device_samsung_espressowifi-8d29da4e74a7907e2b894c72e35f517a096d667d.tar.gz device_samsung_espressowifi-8d29da4e74a7907e2b894c72e35f517a096d667d.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
Diffstat (limited to 'p31xx-common.mk')
-rwxr-xr-x | p31xx-common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p31xx-common.mk b/p31xx-common.mk index 4e217ed..e954c24 100755 --- a/p31xx-common.mk +++ b/p31xx-common.mk @@ -27,7 +27,7 @@ $(call inherit-product, device/common/gps/gps_us_supl.mk) LOCAL_PATH := device/samsung/p3100 # 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 |