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

Commit effaa041 authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

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

parents e174dca4 17e98b7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)