summaryrefslogtreecommitdiffstats
path: root/i9300.mk
diff options
context:
space:
mode:
authorJustArchi <JustArchi@JustArchi.net>2015-07-12 19:27:42 +0200
committerforkbomb <keepcalm444@gmail.com>2015-11-25 08:07:32 +1100
commitc07fd11027cd1cb4e22facc1ed97e97e0a74765b (patch)
treefb5fd9e7286828d78d1c6927d62a5dafdcdd1a93 /i9300.mk
parent90b505f2d785665ead0b4d5df1a0e1761ab7eae1 (diff)
downloaddevice_samsung_i9300-c07fd11027cd1cb4e22facc1ed97e97e0a74765b.zip
device_samsung_i9300-c07fd11027cd1cb4e22facc1ed97e97e0a74765b.tar.gz
device_samsung_i9300-c07fd11027cd1cb4e22facc1ed97e97e0a74765b.tar.bz2
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
Diffstat (limited to 'i9300.mk')
-rw-r--r--i9300.mk7
1 files changed, 2 insertions, 5 deletions
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