diff --git a/core/Makefile b/core/Makefile index ecf10d646e..5e347fcec3 100644 --- a/core/Makefile +++ b/core/Makefile @@ -6177,7 +6177,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) -r $@.list + $(hide) $(SOONG_ZIP) -L 0 -d -o $@ -C $(zip_root) -r $@.list .PHONY: target-files-package target-files-package: $(BUILT_TARGET_FILES_PACKAGE)