diff options
author | Adam Lesinski <adamlesinski@google.com> | 2014-08-27 17:43:48 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-08-27 17:43:49 +0000 |
commit | 71deb204d1f531f046cee185363b8f8b1ec2ca1d (patch) | |
tree | c0b679fe8447042209ca523aedfa07eaae351cbd | |
parent | 2178358f2f7dc7fc1748a2c3d3e39fade2bc40e0 (diff) | |
parent | d31552fa6690c687b3201c587a14738b6b22012d (diff) | |
download | build-71deb204d1f531f046cee185363b8f8b1ec2ca1d.zip build-71deb204d1f531f046cee185363b8f8b1ec2ca1d.tar.gz build-71deb204d1f531f046cee185363b8f8b1ec2ca1d.tar.bz2 |
Merge "Add anydpi to all product configs" into lmp-dev
-rw-r--r-- | core/product_config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/product_config.mk b/core/product_config.mk index 48f47eb..32e351c 100644 --- a/core/product_config.mk +++ b/core/product_config.mk @@ -315,8 +315,8 @@ PRODUCT_AAPT_CONFIG := $(strip \ $(if $(filter %dpi,$(PRODUCT_AAPT_CONFIG)),,mdpi)) PRODUCT_AAPT_PREF_CONFIG := $(strip $(PRODUCT_AAPT_PREF_CONFIG)) -# Everyone gets nodpi assets which are density-independent. -PRODUCT_AAPT_CONFIG += nodpi +# Everyone gets nodpi and anydpi assets which are density-independent. +PRODUCT_AAPT_CONFIG += nodpi anydpi # Keep a copy of the space-separated config PRODUCT_AAPT_CONFIG_SP := $(PRODUCT_AAPT_CONFIG) |