aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2015-06-12 10:33:59 -0700
committerDaniel Xie <dxie@google.com>2015-11-10 21:49:25 +0000
commit1fd573244146dc010a68e97354e288a215ae83e9 (patch)
tree220e9d2e83354b9926ec5d1407b12e8efa75b772
parentf64b8f928b2dca293493b24fc1f092faa06b22a2 (diff)
downloadbuild-1fd573244146dc010a68e97354e288a215ae83e9.tar.gz
Really include drawables for all densities.
Previously with "PRODUCT_AAPT_CONFIG := normal" resource with modifier "small" isn't included. Bug: 21643610 Change-Id: I53940d716fb9705462b1abb882e04103e211f8af (cherry picked from commit f054bd34b64247a8e411c60ded9c62f971dccfe9)
-rw-r--r--target/product/full_base.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/target/product/full_base.mk b/target/product/full_base.mk
index 3b547c8ad7..65bdf0f1b4 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)