Include drawables for all densities - b/11270325

Change-Id: I0b1f9b930a13982756dca9428ca91aec0ef343f5
This commit is contained in:
Alex Medina 2013-10-18 13:42:42 -07:00
parent 53619434ed
commit 0068d25b48
1 changed files with 3 additions and 0 deletions

View 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)