Skip to content

Commit 95ea3c9

Browse files
authoredMay 27, 2023
Increase Android API level for test project (google#1333)
Fixes: google#1332
1 parent bef0e39 commit 95ea3c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎android_test/jni/Application.mk

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@
1515
APP_ABI := all
1616
APP_BUILD_SCRIPT := Android.mk
1717
APP_STL := c++_static
18-
APP_PLATFORM := android-16
18+
# 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

Comments
 (0)