diff --git a/native/android/app/bash/detect_abis.sh b/native/android/app/bash/detect_abis.sh
--- a/native/android/app/bash/detect_abis.sh
+++ b/native/android/app/bash/detect_abis.sh
@@ -16,7 +16,7 @@
       break
     fi
   done
-  if [[ "$found" = "false" ]]; then
+  if [[ "$found" == "false" ]]; then
     ABIS+=("${ABI}")
   fi
 done