Enables nodpi drawables in the framework.

This commit is contained in:
Adam Bliss
2009-11-16 17:18:40 -08:00
parent eb71bf7b74
commit 580cdbe0fe

View File

@@ -199,6 +199,9 @@ PRODUCT_LOCALES := $(strip \
$(PRODUCT_LOCALES) \
$(if $(filter %dpi,$(PRODUCT_LOCALES)),,mdpi))
# Everyone gets nodpi assets which are density-independent.
PRODUCT_LOCALES += nodpi
# Assemble the list of options.
PRODUCT_AAPT_CONFIG := $(PRODUCT_LOCALES)