From 650e48f8f68459cba144afb2e9c28da62808a2ed Mon Sep 17 00:00:00 2001 From: Adam Lesinski Date: Tue, 11 Nov 2014 20:12:00 -0700 Subject: 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 --- p51xx-common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1