From 580cdbe0fe0dd794c7035d8a406353f88aad827e Mon Sep 17 00:00:00 2001 From: Adam Bliss Date: Mon, 16 Nov 2009 17:18:40 -0800 Subject: [PATCH] Enables nodpi drawables in the framework. --- core/product_config.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/product_config.mk b/core/product_config.mk index 0a693f4fb6..ffb8d27a8c 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)