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:
parent
0dd8ba4725
commit
43cdfdefbb
1 changed files with 4 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue