Loading core/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
core/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -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