mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-09 12:00:05 +00:00
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
@ -43,6 +43,7 @@ using ndk-r21d
|
||||
|
||||
export NDK_PROJECT_PATH="${ROOT_DIR}/ndk_test"
|
||||
export APP_BUILD_SCRIPT="${ROOT_DIR}/ndk_test/Android.mk"
|
||||
export APP_PLATFORM=android-24 # Vulkan introduced in API 24
|
||||
|
||||
echo "Building..."
|
||||
ndk-build -j
|
||||
|
@ -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…
Reference in New Issue
Block a user