diff options
| author | Adam Lesinski <adamlesinski@google.com> | 2015-04-23 13:25:43 +0300 |
|---|---|---|
| committer | Ethan Chen <intervigil@gmail.com> | 2016-02-12 10:43:13 -0800 |
| commit | 90974bb47e77ab9ae8cdc1efc03f3c6e25aa4c15 (patch) | |
| tree | 9b6c008af3872e81678e161bcb732c341243ed00 | |
| parent | 4def3233eb8ea7fcedc4bf5cb43114e0f165de01 (diff) | |
msm8960dt: 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: I581fe61e1f2afcf0f0b490ba49ebee55f47053c6
| -rw-r--r-- | msm8960dt-common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msm8960dt-common.mk b/msm8960dt-common.mk index 210a97d..2410ca4 100644 --- a/msm8960dt-common.mk +++ b/msm8960dt-common.mk @@ -55,7 +55,7 @@ PRODUCT_COPY_FILES += \ include $(LOCAL_PATH)/system_prop.mk # Screen density -PRODUCT_AAPT_CONFIG := normal hdpi xhdpi +PRODUCT_AAPT_CONFIG := normal PRODUCT_AAPT_PREF_CONFIG := xhdpi # Boot animation |
