ndk-build: test Android API 24

Vulkan was introduced in Android API 24.
Test against that API level.
NDKs drop support for older APIs

Google-internal BUG=285134453
This commit is contained in:
David Neto 2023-05-31 12:50:48 -04:00 committed by arcady-lunarg
parent b587425025
commit a6662c53ce
2 changed files with 2 additions and 1 deletions

View file

@ -34,5 +34,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