forked from openkylin/platform_build
am 71deb204: Merge "Add anydpi to all product configs" into lmp-dev
* commit '71deb204d1f531f046cee185363b8f8b1ec2ca1d': Add anydpi to all product configs
This commit is contained in:
commit
c41769f82c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue