SPIRV-Tools/android_test/jni/Application.mk
David Neto ec244c8598
Increase tested Android API level (#5253)
Vulkan was introduced in Android API 24.
Test that.

The Android NDK drops support for very old APIs.
2023-05-31 16:55:43 -04:00

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