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

Commit 2deac67a authored by Nan Zhang's avatar Nan Zhang Committed by android-build-merger
Browse files

Merge "Fixed the issue that dirname: META got zipped twice." am: 8b6458e9 am: e22afd49

am: b7ef9849

Change-Id: I6b824a1ae1eb66a98aafc8c0148b0b49006edd8a
parents 09e82eb8 b7ef9849
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2234,7 +2234,7 @@ endif
	@# Zip everything up, preserving symlinks and placing META/ files first to
	@# help early validation of the .zip file while uploading it.
	$(hide) find $(zip_root)/META | sort >$@.list
	$(hide) find $(zip_root) | grep -v "^$(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

.PHONY: target-files-package