Skip to content

Commit bb702e5

Browse files
authored
android build: update to API level 24 (#1024)
Vulkan was introduced in Amber API level 24, so there's no point in testing API level 14. Also, NDKs drop support for very old API levels. BUG=285134453 Change-Id: I45a1c7a56806feecba25428e921665c3fb4dde1c
1 parent 8d3640b commit bb702e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kokoro/android/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ BUILD_TYPE="Release"
2121

2222
export ANDROID_NDK="$BUILD_ROOT/android-ndk-r25b"
2323
ANDROID_STL="c++_static"
24-
ANDROID_PLATFORM="android-14"
25-
ANDROID_ABI="armeabi-v7a with NEON"
24+
ANDROID_PLATFORM="android-24"
25+
ANDROID_ABI="armeabi-v7a"
2626

2727
TOOLCHAIN_PATH="$ANDROID_NDK/build/cmake/android.toolchain.cmake"
2828

0 commit comments

Comments
 (0)