From 6aa30b7310c3fdc1c1fa551f66ef9087a53312a3 Mon Sep 17 00:00:00 2001 From: Adam Lesinski Date: Tue, 11 Nov 2014 11:12:01 -0800 Subject: [PATCH] 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 --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 8c008a1..c8a7960 100644 --- a/device.mk +++ b/device.mk @@ -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