test: update ndk version

This commit is contained in:
Boulay Mathias 2023-05-01 00:57:13 +02:00 committed by GitHub
parent c228232dbc
commit b8b4fe7ab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ if [ "$BUILD_IOS" != "1" ]; then
sudo apt update
sudo apt -y install autoconf python unzip zip
wget -nc -nv -O android-ndk-$NDK_VERSION-linux-x86_64.zip "https://dl.google.com/android/repository/android-ndk-$NDK_VERSION-linux-x86_64.zip"
wget -nc -nv -O android-ndk-$NDK_VERSION-linux-x86_64.zip "https://dl.google.com/android/repository/android-ndk-$NDK_VERSION-linux.zip"
./extractndk.sh
./maketoolchain.sh
else

View File

@ -1,6 +1,6 @@
# Use the old NDK r10e to not get internal compile error at
# https://github.com/PojavLauncherTeam/openjdk-multiarch-jdk8u/blob/aarch64-shenandoah-jdk8u272-b10/jdk/src/share/native/sun/java2d/loops/GraphicsPrimitiveMgr.c
export NDK_VERSION=r10e
export NDK_VERSION=r25c
if [ -z "$BUILD_FREETYPE_VERSION" ]
then