configure: enable NVME_URING_CMD checking for Android
authorJens Axboe <axboe@kernel.dk>
Wed, 17 Jan 2024 16:11:15 +0000 (09:11 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 17 Jan 2024 16:11:15 +0000 (09:11 -0700)
Link: https://github.com/axboe/fio/issues/1701
Signed-off-by: Jens Axboe <axboe@kernel.dk>
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