android-vulkan-tutorials: mirror: https://github.com/googlesamples/android-vulkan-tutorials.git
ninja: error: 'E:/project/android-vulkan-tutorials/tutorial06_texture/app/src/main/cpp/shaderc/libs/c++_static/arm64-v8a/libshaderc.a', needed by 'E:/project/android-vulkan-tutorials/tutorial06_texture/app/build/intermediates/cxx/Debug/305q2r5o/obj/arm64-v8a/libvktuts.so', missing and no known rule to make it
进入<ndk-root>/sources/third_party/shaderc/目录,执行如下编译命令:
..\..\..\ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=Android.mk APP_STL:=c++_static APP_ABI=all libshaderc_combined j16