On master (456c8d6cd80fc3461957a3553a0483756396b988):
0$ echo $ANDROID_SDK
1/home/hebasto/Android/Sdk
2$ make -C depends qt_configured HOST=aarch64-linux-android ANDROID_API_LEVEL=28 ANDROID_NDK=$ANDROID_SDK/ndk/22.0.7026061 ANDROID_TOOLCHAIN_BIN=$ANDROID_NDK/toolchains/llvm/prebuilt/linux-x86_64/bin
3...
4> clang++: error: no such file or directory: '/home/hebasto/Android/Sdk/ndk/22.0.7026061/sources/cxx-stl/llvm-libc++/libs/arm64-v8a/libc++.so.28'
5...
I seems related to this change:
The legacy libc++ linker scripts in
<NDK>/sources/cxx-stl/llvm-libc++
have been removed. The linkers scripts in the toolchain should be used instead as described by the Build System Maintainers Guide.