Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea99c1da authored by Dan Willemsen's avatar Dan Willemsen
Browse files

Package up proguard jack_dictionary

Bug: 31182185
Bug: 31240674
Test: m dist in an unbundled branch
(cherry picked from commit b6c061e9)
Change-Id: I7ee1ba076cfa03f294f8231f6bdd8fa8df5557af
parent bee409ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; \