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:
parent
b587425025
commit
a6662c53ce
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue