diff --git a/scripts/android.sh b/scripts/android.sh index 2735027..9da4109 100755 --- a/scripts/android.sh +++ b/scripts/android.sh @@ -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