Skip to content

Commit

Permalink
android build: update to API level 24 (#1024)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dneto0 authored May 31, 2023
1 parent 8d3640b commit bb702e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kokoro/android/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ BUILD_TYPE="Release"

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

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

Expand Down

0 comments on commit bb702e5

Please sign in to comment.