Build torch 2.2.0 with vulkan failed by ndk-26b

torch code version: 2.2.0
ndk version: ndk-r26b
OS: mac IOS M1

error :

– Configuring done
CMake Error at cmake/VulkanDependencies.cmake:18 (add_library):
Cannot find source file:

/Users/tools/android-ndk-r26b/NDK/sources/third_party/vulkan/src/common/vulkan_wrapper.h

Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h
.hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc
Call Stack (most recent call first):
cmake/Dependencies.cmake:656 (include)
CMakeLists.txt:735 (include)

CMake Error at cmake/VulkanDependencies.cmake:18 (add_library):
No SOURCES given to target: VulkanWrapper
Call Stack (most recent call first):
cmake/Dependencies.cmake:656 (include)
CMakeLists.txt:735 (include)

where find the VulkanWrapper on ndk-r26b?

I find VulkanWrapper.h on ndk-r20b, but ndk-r20b just build for Mac IOS x86_64

how can I build pytorch 2.2.0 with vulkan backend, when build android libtorch?