From ea61588ededa6c986c139c3419757a65423bc234 Mon Sep 17 00:00:00 2001 From: ardocrat Date: Sat, 12 Oct 2024 19:58:14 +0300 Subject: [PATCH] build: check android lib result --- scripts/android.sh | 2 ++ 1 file changed, 2 insertions(+) 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