From 316f5364166f1b09f6a4df7fab3e1d863b7a5aa8 Mon Sep 17 00:00:00 2001 From: Boulay Mathias Date: Tue, 2 May 2023 23:10:14 +0200 Subject: [PATCH] build: update ndk --- setdevkitpath.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setdevkitpath.sh b/setdevkitpath.sh index 67b594d..901ed9c 100755 --- a/setdevkitpath.sh +++ b/setdevkitpath.sh @@ -1,6 +1,6 @@ # Use the old NDK r10e to not get internal compile error at (still?) # https://github.com/PojavLauncherTeam/openjdk-multiarch-jdk8u/blob/aarch64-shenandoah-jdk8u272-b10/jdk/src/share/native/sun/java2d/loops/GraphicsPrimitiveMgr.c -export NDK_VERSION=r21 +export NDK_VERSION=r22b if [ -z "$BUILD_FREETYPE_VERSION" ] then