mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-22 11:40:05 +00:00
ec244c8598
Vulkan was introduced in Android API 24. Test that. The Android NDK drops support for very old APIs.
6 lines
124 B
Makefile
6 lines
124 B
Makefile
APP_ABI := all
|
|
APP_BUILD_SCRIPT := Android.mk
|
|
APP_STL := c++_static
|
|
APP_PLATFORM := android-24
|
|
NDK_TOOLCHAIN_VERSION := 4.9
|