From c07fd11027cd1cb4e22facc1ed97e97e0a74765b Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sun, 12 Jul 2015 19:27:42 +0200 Subject: i9300: 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: I38ed9cc72108c290a3f74c4bbc08ae37a56efa4f --- i9300.mk | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'i9300.mk') diff --git a/i9300.mk b/i9300.mk index bef4c08..ca1e37f 100644 --- a/i9300.mk +++ b/i9300.mk @@ -22,11 +22,8 @@ LOCAL_PATH := device/samsung/i9300 # Overlay DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay -# This device is xhdpi. However the platform doesn't -# currently contain all of the bitmaps at xhdpi density so -# we do this little trick to fall back to the hdpi version -# if the xhdpi doesn't exist. -PRODUCT_AAPT_CONFIG := normal hdpi xhdpi +# Screen density +PRODUCT_AAPT_CONFIG := normal PRODUCT_AAPT_PREF_CONFIG := xhdpi # Init files -- cgit v1.1