From: Jens Axboe Date: Wed, 17 Jan 2024 16:11:15 +0000 (-0700) Subject: configure: enable NVME_URING_CMD checking for Android X-Git-Tag: fio-3.37~68 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=9eefdcc1dd820a936684168468fa9c81960ea461 configure: enable NVME_URING_CMD checking for Android Link: https://github.com/axboe/fio/issues/1701 Signed-off-by: Jens Axboe --- 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