aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan <ivan.flashka@gmail.com>2015-04-25 12:31:54 +0300
committerIvan <ivan.flashka@gmail.com>2015-04-25 12:31:54 +0300
commit95018c79217e9d7b639ee829a52bc6e13dfbe176 (patch)
tree741031c4e3476c2e3986aa2b2fbd11f871059c05
parenta9da8cf6d15ee0bf4215ddea40765db8728a09db (diff)
ha3g: 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.
-rw-r--r--device.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index f296018..8b99fa2 100644
--- a/device.mk
+++ b/device.mk
@@ -24,7 +24,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
# Device uses high-density artwork where available
-PRODUCT_AAPT_CONFIG := normal hdpi xhdpi xxhdpi
+PRODUCT_AAPT_CONFIG := normal
PRODUCT_AAPT_PREF_CONFIG := xxhdpi
# Audio