From 9a491c05edba249cdde73530dc3cd90098f717f1 Mon Sep 17 00:00:00 2001 From: Jose Luis Marti Date: Sat, 21 Oct 2023 21:54:16 +0200 Subject: [Android] Change the directory used to verify the SDK path --- tools/depends/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/depends/configure.ac b/tools/depends/configure.ac index d93e4aab5e..58e5f8e873 100644 --- a/tools/depends/configure.ac +++ b/tools/depends/configure.ac @@ -570,7 +570,7 @@ if test "$platform_os" = "android"; then AC_MSG_ERROR("SDK path is required for android") fi - if [ ! test -f $use_sdk_path/tools/bin/sdkmanager ]; then + if [ ! test -f $use_sdk_path/tools/bin/sdkmanager ] && [ ! test -f $use_sdk_path/cmdline-tools/bin/sdkmanager ]; then AC_MSG_ERROR(verify sdk path) fi -- cgit v1.2.3