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:
commit
3a4b4985ed
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue