build: check android lib result
This commit is contained in:
parent
7f67aa134a
commit
ea61588ede
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ function build_lib() {
|
|||
if [ $? -eq 0 ]
|
||||
then
|
||||
success=1
|
||||
else
|
||||
success=0
|
||||
fi
|
||||
|
||||
sed -i -e 's/"cdylib","rlib"/"rlib"/g' Cargo.toml
|
||||
|
|
Loading…
Reference in a new issue