diff options
author | Dianne Hackborn <hackbod@google.com> | 2011-10-14 19:37:57 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2011-10-14 19:37:57 -0700 |
commit | a0f464a8e7f006177db084df7e925bbb8e5ffed3 (patch) | |
tree | 9df48a4ad8fdf469bc439c9ab16760955e5ea931 /core/cleanbuild.mk | |
parent | 854233e9b2e24c75f63db96bb1be9a7bb2cecd84 (diff) | |
download | build-a0f464a8e7f006177db084df7e925bbb8e5ffed3.tar.gz build-a0f464a8e7f006177db084df7e925bbb8e5ffed3.tar.bz2 build-a0f464a8e7f006177db084df7e925bbb8e5ffed3.zip |
New PRODUCT_AAPT_PREF_CONFIG.
To use the new aapt --preferred-configurations option. For use with Prime
to be able to strip everything but xhdpi density bitmaps selectively,
not stripping when this would result in no data for the resource.
Change-Id: I4e1012929b8f9b0b1e79c06496647f69661ba1f2
Diffstat (limited to 'core/cleanbuild.mk')
-rw-r--r-- | core/cleanbuild.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/cleanbuild.mk b/core/cleanbuild.mk index 2ac572f13..e6db5cbb3 100644 --- a/core/cleanbuild.mk +++ b/core/cleanbuild.mk @@ -118,7 +118,7 @@ else endif # A change in the list of aapt configs warrants an installclean, too. -aapt_config_list := $(strip $(PRODUCT_AAPT_CONFIG)) +aapt_config_list := $(strip $(PRODUCT_AAPT_CONFIG) $(PRODUCT_AAPT_PREF_CONFIG)) current_build_config := \ $(TARGET_PRODUCT)-$(TARGET_BUILD_VARIANT)$(building_sdk)-{$(aapt_config_list)} |