From ec244c85987094b4b89fbd322992a6c1a84053b6 Mon Sep 17 00:00:00 2001 From: David Neto Date: Wed, 31 May 2023 16:55:43 -0400 Subject: Increase tested Android API level (#5253) Vulkan was introduced in Android API 24. Test that. The Android NDK drops support for very old APIs. --- android_test/jni/Application.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android_test') 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 -- cgit v1.2.3