aboutsummaryrefslogtreecommitdiff
path: root/android_test
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2023-05-31 16:55:43 -0400
committerGitHub <noreply@github.com>2023-05-31 16:55:43 -0400
commitec244c85987094b4b89fbd322992a6c1a84053b6 (patch)
treeede12e1adaa2ad11c1dab0783bfd2fcf9545e44e /android_test
parentc7e436921a148ebf1ad38720e4f8677366b54792 (diff)
downloadspirv-tools-ec244c85987094b4b89fbd322992a6c1a84053b6.tar.gz
Increase tested Android API level (#5253)
Vulkan was introduced in Android API 24. Test that. The Android NDK drops support for very old APIs.
Diffstat (limited to 'android_test')
-rw-r--r--android_test/jni/Application.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/android_test/jni/Application.mk b/android_test/jni/Application.mk
index 4e664659..47c0acfb 100644
--- a/android_test/jni/Application.mk
+++ b/android_test/jni/Application.mk
@@ -1,5 +1,5 @@
APP_ABI := all
APP_BUILD_SCRIPT := Android.mk
APP_STL := c++_static
-APP_PLATFORM := android-9
+APP_PLATFORM := android-24
NDK_TOOLCHAIN_VERSION := 4.9