googlesamples/android-vulkan-tutorials

Cannot build using NDK 21.4

emrekultursay opened this issue · 2 comments

Using tutorial03_traceable_layers requires the following file to exist inside $NDK/sources/third_party/ but that file (and possibly more files) no longer exist in NDK 21.4: vk_layer_table.cpp

ggfan commented

The layers have been removed from NDK: the documentation and samples will have to be changed/removed, for now please do not use it and remove it from all test grid anymore.

ggfan commented

changed the build to use Android.mk, this one could be built now.