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:
commit
55823d3a08
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue