The following changes since commit 9f9340cc3a15bca2aa6e883bd5be3d0c9471f573: Merge branch 'group_reporting_indentation' of https://github.com/0mp/fio (2024-01-16 09:03:35 -0500) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 9eefdcc1dd820a936684168468fa9c81960ea461: configure: enable NVME_URING_CMD checking for Android (2024-01-17 09:11:15 -0700) ---------------------------------------------------------------- Jens Axboe (1): configure: enable NVME_URING_CMD checking for Android configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- Diff of recent changes: 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