build: check android lib result

This commit is contained in:
ardocrat 2024-10-12 19:58:14 +03:00
parent 7f67aa134a
commit ea61588ede

View file

@ -49,6 +49,8 @@ function build_lib() {
if [ $? -eq 0 ] if [ $? -eq 0 ]
then then
success=1 success=1
else
success=0
fi fi
sed -i -e 's/"cdylib","rlib"/"rlib"/g' Cargo.toml sed -i -e 's/"cdylib","rlib"/"rlib"/g' Cargo.toml