summaryrefslogtreecommitdiffstats
path: root/core/product_config.mk
diff options
context:
space:
mode:
authorAdam Bliss <abliss@google.com>2009-11-16 17:18:40 -0800
committerAdam Bliss <abliss@google.com>2009-11-16 17:18:40 -0800
commit580cdbe0fe0dd794c7035d8a406353f88aad827e (patch)
tree5fae9951b51188fd27ce3b43f1c9a7946f363a74 /core/product_config.mk
parenteb71bf7b743c94796dd6a93f8fa11e0fa6b8996b (diff)
downloadreplicant_build-580cdbe0fe0dd794c7035d8a406353f88aad827e.zip
replicant_build-580cdbe0fe0dd794c7035d8a406353f88aad827e.tar.gz
replicant_build-580cdbe0fe0dd794c7035d8a406353f88aad827e.tar.bz2
Enables nodpi drawables in the framework.
Diffstat (limited to 'core/product_config.mk')
-rw-r--r--core/product_config.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/product_config.mk b/core/product_config.mk
index 0a693f4..ffb8d27 100644
--- a/core/product_config.mk
+++ b/core/product_config.mk
@@ -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)