mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-07 03:07:11 -04:00
test: update ndk version
This commit is contained in:
parent
c228232dbc
commit
b8b4fe7ab3
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user