From 4eb9f93d069e27cba5530ba32422d371dff792eb Mon Sep 17 00:00:00 2001 From: Caio Schnepper Date: Thu, 3 Sep 2015 16:01:43 -0300 Subject: i9100: 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: I631c4dd7ebc68549ea70a96b7ff87d0d474c6d2e --- i9100.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i9100.mk b/i9100.mk index bd8fc37..0c779d9 100644 --- a/i9100.mk +++ b/i9100.mk @@ -23,7 +23,7 @@ LOCAL_PATH := device/samsung/i9100 DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay # This device is hdpi. -PRODUCT_AAPT_CONFIG := normal hdpi +PRODUCT_AAPT_CONFIG := normal PRODUCT_AAPT_PREF_CONFIG := hdpi PRODUCT_LOCALES += hdpi -- cgit v1.1