From 393c62549a6340b3473f14b71d583e118d7e6a6d Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Fri, 12 Jun 2015 10:33:59 -0700 Subject: Really include drawables for all densities. Previously with "PRODUCT_AAPT_CONFIG := normal" resource with modifier "small" isn't included. Bug: 21643610 Change-Id: I53940d716fb9705462b1abb882e04103e211f8af --- target/product/full_base.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'target') 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) -- cgit v1.1