diff options
| author | Adam Lesinski <adamlesinski@google.com> | 2015-04-23 13:25:43 +0300 |
|---|---|---|
| committer | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-02-15 17:46:56 +0800 |
| commit | 9479d592a4cd156574d15936fd0045de7d1689c2 (patch) | |
| tree | 3f6a46297247823fe55ee9736f218fdcde35bf1d | |
| parent | 3042bbef6bbf9fbbc4414203145a411262bea70e (diff) | |
flo: 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-- | device-common.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/device-common.mk b/device-common.mk index 8748737..b7a7341 100644 --- a/device-common.mk +++ b/device-common.mk @@ -19,11 +19,7 @@ # # Everything in this directory will become public -# 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 +PRODUCT_AAPT_CONFIG := normal PRODUCT_AAPT_PREF_CONFIG := xhdpi # Boot animation |
