OSDN Git Service

Include drawables for all densities - b/11270325
authorAlex Medina <medina@google.com>
Fri, 18 Oct 2013 20:42:42 +0000 (13:42 -0700)
committerAlex Medina <medina@google.com>
Fri, 18 Oct 2013 20:42:42 +0000 (13:42 -0700)
Change-Id: I0b1f9b930a13982756dca9428ca91aec0ef343f5

target/product/full_base.mk

index b2e3189..059697e 100644 (file)
@@ -49,6 +49,9 @@ 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 hdpi xhdpi xxhdpi
+
 # Get some sounds
 $(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk)