Package up proguard jack_dictionary

am: ea99c1da30

Change-Id: If2abc83918a7e1e229ff5233f7d49416d082a663
This commit is contained in:
Dan Willemsen 2016-10-05 17:22:34 +00:00 committed by android-build-merger
commit 73cead3e89
1 changed files with 1 additions and 1 deletions

View File

@ -2041,7 +2041,7 @@ PROGUARD_DICT_ZIP := $(PRODUCT_OUT)/$(TARGET_PRODUCT)-proguard-dict-$(FILE_NAME_
# the dependency will be set up later in build/core/main.mk.
$(PROGUARD_DICT_ZIP) :
@echo "Packaging Proguard obfuscation dictionary files."
$(hide) dict_files=`find $(TARGET_OUT_COMMON_INTERMEDIATES)/APPS -name proguard_dictionary`; \
$(hide) dict_files=`find $(TARGET_OUT_COMMON_INTERMEDIATES)/APPS -name proguard_dictionary -o -name jack_dictionary`; \
if [ -n "$$dict_files" ]; then \
unobfuscated_jars=$${dict_files//proguard_dictionary/classes.jar}; \
zip -qX $@ $$dict_files $$unobfuscated_jars; \