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

@@ -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