Skip to content

Commit

Permalink
Revert "Use 0 compression when creating the target_files package"
Browse files Browse the repository at this point in the history
This reverts commit e6123d4.
  • Loading branch information
spkal01 committed May 10, 2022
1 parent 13e8f89 commit f3c9807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5321,7 +5321,7 @@ endif
@# help early validation of the .zip file while uploading it.
$(hide) find $(zip_root)/META | sort >[email protected]
$(hide) find $(zip_root) -path $(zip_root)/META -prune -o -print | sort >>[email protected]
$(hide) $(SOONG_ZIP) -L 0 -d -o $@ -C $(zip_root) -r [email protected]
$(hide) $(SOONG_ZIP) -d -o $@ -C $(zip_root) -r [email protected]

.PHONY: target-files-package
target-files-package: $(BUILT_TARGET_FILES_PACKAGE)
Expand Down

0 comments on commit f3c9807

Please sign in to comment.