diff options
| author | Ivan <ivan.flashka@gmail.com> | 2015-04-25 12:31:54 +0300 |
|---|---|---|
| committer | Ivan <ivan.flashka@gmail.com> | 2015-04-25 12:31:54 +0300 |
| commit | 95018c79217e9d7b639ee829a52bc6e13dfbe176 (patch) | |
| tree | 741031c4e3476c2e3986aa2b2fbd11f871059c05 | |
| parent | a9da8cf6d15ee0bf4215ddea40765db8728a09db (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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
