am 0774bf3e: am 580cdbe0: Enables nodpi drawables in the framework.

Merge commit '0774bf3ebd65c22d8cafb18e868bd2bbc1a0c4c9' into eclair-mr2-plus-aosp

* commit '0774bf3ebd65c22d8cafb18e868bd2bbc1a0c4c9':
  Enables nodpi drawables in the framework.
This commit is contained in:
Adam Bliss 2009-11-16 20:00:57 -08:00 committed by Android Git Automerger
commit 3a4b4985ed
1 changed files with 3 additions and 0 deletions

View File

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