From e2090b7b3ec19944f2721469322d80280cebcbf1 Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Wed, 9 Jun 2021 18:14:15 +0700 Subject: [PATCH] Fallback to NDK r10e --- setdevkitpath.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setdevkitpath.sh b/setdevkitpath.sh index 238cb27..83a6763 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=r17 +export NDK_VERSION=r10e if [ -z "$BUILD_FREETYPE_VERSION" ] then