Android: Exclude the main binary from make zip.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28169 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-09-26 10:32:43 +00:00
parent 0dd8ba4725
commit 43cdfdefbb

View file

@ -702,7 +702,10 @@ elsif(($exe =~ /rockboxui/)) {
# simulator, exclude the exe file
$exe = "";
}
elsif($exe eq "librockbox.so") {
# android, exclude the binary
$exe="";
}
runone($exe, $incfonts);