From 9eefdcc1dd820a936684168468fa9c81960ea461 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 17 Jan 2024 09:11:15 -0700 Subject: [PATCH] configure: enable NVME_URING_CMD checking for Android Link: https://github.com/axboe/fio/issues/1701 Signed-off-by: Jens Axboe --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 420d97db..f86fcf77 100755 --- 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 -- 2.25.1