The zip target isn't a good prerequisite for another make target so remove it.
commitb3edfbcb917bd5cef6107808edd8829ba8c5f377
authorkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Sun, 12 Sep 2010 20:50:30 +0000 (12 20:50 +0000)
committerkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Sun, 12 Sep 2010 20:50:30 +0000 (12 20:50 +0000)
tree354ca0a1146077bef98aae484e476d969af1e21a
parent2118a446723498091fc3e2b1f7173208fb353900
The zip target isn't a good prerequisite for another make target so remove it.

zip has no prerequisites, so it's always made, which leads to targets depending on zip to be also always made.
In the end that means that libmisc.so is always unzipped even if it didn't change.

OTOH it means that make zip is now needed explicitly; so it now goes like 'make && make zip && make apk

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28068 a1c6a512-1295-4272-9138-f99709370657
android/android.make