ci: stop hard coding number of jobs for make
[fio.git] / configure
index 420d97dbe64a457a0613d6d5b984b9c6154f1779..f86fcf77df6c25284a872abb8b658a6ef800cd73 100755 (executable)
--- a/configure
+++ b/configure
@@ -2656,7 +2656,7 @@ if test "$libzbc" != "no" ; then
 fi
 print_config "libzbc engine" "$libzbc"
 
-if test "$targetos" = "Linux" ; then
+if test "$targetos" = "Linux" || test "$targetos" = "Android"; then
 ##########################################
 # Check NVME_URING_CMD support
 cat > $TMPC << EOF