diff options
author | Ying Wang <wangying@google.com> | 2015-06-12 10:33:59 -0700 |
---|---|---|
committer | Michael Kwan <mkwan@google.com> | 2015-09-29 09:57:41 -0700 |
commit | 393c62549a6340b3473f14b71d583e118d7e6a6d (patch) | |
tree | b4d29a05db44bd9a79594481a8a7cb4ad145ab15 /target | |
parent | 5e858e3db9f7b2037dc9e03c08f9687d5a6718bd (diff) | |
download | build-393c62549a6340b3473f14b71d583e118d7e6a6d.zip build-393c62549a6340b3473f14b71d583e118d7e6a6d.tar.gz build-393c62549a6340b3473f14b71d583e118d7e6a6d.tar.bz2 |
Really include drawables for all densities.
Previously with "PRODUCT_AAPT_CONFIG := normal" resource with modifier
"small" isn't included.
Bug: 21643610
Change-Id: I53940d716fb9705462b1abb882e04103e211f8af
Diffstat (limited to 'target')
-rw-r--r-- | target/product/full_base.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/product/full_base.mk b/target/product/full_base.mk index 3b547c8..65bdf0f 100644 --- a/target/product/full_base.mk +++ b/target/product/full_base.mk @@ -45,9 +45,6 @@ PRODUCT_PROPERTY_OVERRIDES := \ # Put en_US first in the list, so make it default. PRODUCT_LOCALES := en_US -# Include drawables for all densities -PRODUCT_AAPT_CONFIG := normal - # Get some sounds $(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk) |