From 13a9a800a6198d747082ad3e993ee3ff3043eec3 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 7 Nov 2022 11:14:34 -0800 Subject: [PATCH] Android: Enable zoned block device support Enable support for --zonemode=zbd on Android. Signed-off-by: Bart Van Assche --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1