am 580cdbe0: Enables nodpi drawables in the framework.

Merge commit '580cdbe0fe0dd794c7035d8a406353f88aad827e' into eclair-plus-aosp

* commit '580cdbe0fe0dd794c7035d8a406353f88aad827e':
  Enables nodpi drawables in the framework.
This commit is contained in:
Adam Bliss 2009-11-16 18:59:04 -08:00 committed by Android Git Automerger
commit 55823d3a08

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)