diff options
author | Caio Schnepper <caioschnepper@gmail.com> | 2015-09-03 16:01:43 -0300 |
---|---|---|
committer | Caio Schnepper <caioschnepper@gmail.com> | 2015-09-03 16:01:43 -0300 |
commit | 4eb9f93d069e27cba5530ba32422d371dff792eb (patch) | |
tree | 6b2cdb7967a68a83501b07f523eb10feeddf970b | |
parent | 9f65b44fb8bad330035abde68310f6da18e48d44 (diff) | |
download | device_samsung_i9100-4eb9f93d069e27cba5530ba32422d371dff792eb.zip device_samsung_i9100-4eb9f93d069e27cba5530ba32422d371dff792eb.tar.gz device_samsung_i9100-4eb9f93d069e27cba5530ba32422d371dff792eb.tar.bz2 |
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
-rw-r--r-- | i9100.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |