From: Bart Van Assche Date: Mon, 7 Nov 2022 19:14:34 +0000 (-0800) Subject: Android: Enable zoned block device support X-Git-Tag: fio-3.34~105^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=13a9a800a6198d747082ad3e993ee3ff3043eec3;p=fio.git Android: Enable zoned block device support Enable support for --zonemode=zbd on Android. Signed-off-by: Bart Van Assche --- diff --git a/configure b/configure index 24c599a8..30bf5acb 100755 --- a/configure +++ b/configure @@ -2561,7 +2561,7 @@ if compile_prog "" "" "valgrind_dev"; then fi print_config "Valgrind headers" "$valgrind_dev" -if test "$targetos" = "Linux" ; then +if test "$targetos" = "Linux" || test "$targetos" = "Android"; then ########################################## # probe if test "$linux_blkzoned" != "yes" ; then