Merge "Use RSP file for soong_zip in target_files.zip"

This commit is contained in:
Colin Cross 2021-02-05 21:33:37 +00:00 committed by Gerrit Code Review
commit effaa0414b
1 changed files with 1 additions and 1 deletions

View File

@ -5028,7 +5028,7 @@ endif
@# help early validation of the .zip file while uploading it.
$(hide) find $(zip_root)/META | sort >$@.list
$(hide) find $(zip_root) -path $(zip_root)/META -prune -o -print | sort >>$@.list
$(hide) $(SOONG_ZIP) -d -o $@ -C $(zip_root) -l $@.list
$(hide) $(SOONG_ZIP) -d -o $@ -C $(zip_root) -r $@.list
.PHONY: target-files-package
target-files-package: $(BUILT_TARGET_FILES_PACKAGE)