Merge "Use RSP file for soong_zip in target_files.zip"
This commit is contained in:
commit
effaa0414b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue