Skip to content

Commit

Permalink
Bump down Android CI cmake to 3.30.5
Browse files Browse the repository at this point in the history
Android toolchain ends up having cmake complain for every source file due to cmake 3.10 policy deprecation
  • Loading branch information
CasualPokePlayer committed Nov 30, 2024
1 parent de5ecbd commit 7a4301c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ mv $HOME/cmdline-tools $ANDROID_HOME/cmdline-tools/latest
yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses
$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --install "platforms;android-35"
$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --install "ndk;27.2.12479018"
$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --install "cmake;3.31.0"
$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --install "cmake;3.30.5"

export ANDROID_NDK_ROOT="$ANDROID_HOME/ndk/27.2.12479018"
export PATH=$ANDROID_HOME/cmake/3.31.0/bin:$PATH
export PATH=$ANDROID_HOME/cmake/3.30.5/bin:$PATH

# Build all externals
cd ../externals/android
Expand Down

0 comments on commit 7a4301c

Please sign in to comment.