We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef0e39 commit 95ea3c9Copy full SHA for 95ea3c9
android_test/jni/Application.mk
@@ -15,4 +15,6 @@
15
APP_ABI := all
16
APP_BUILD_SCRIPT := Android.mk
17
APP_STL := c++_static
18
-APP_PLATFORM := android-16
+# Vulkan was added at API level 24.
19
+# Android NDK 26 will drop support for APIs before 21.
20
+APP_PLATFORM := android-24
0 commit comments