commit 830a871129ea247fe961bf0b8a90e937b87ae77f
parent 2b61f9f8be7f0e91d6c6ae849d996a226c930427
Author: Iván Ávalos <avalos@disroot.org>
Date: Fri, 31 Oct 2025 19:09:58 +0100
android: bump NDK to r29 to comply with Google Play 16KB page size requirement
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cross/package-android.sh b/cross/package-android.sh
@@ -9,7 +9,7 @@ if [[ $# -ne 1 ]]; then
fi
ANDROID_DIR=./QuickJS-android
-NDK_VERSION=27.1.12297006
+NDK_VERSION=29.0.14206865
if [[ "$OSTYPE" =~ ^linux-gnu* ]]; then
export ANDROID_HOME="${ANDROID_HOME:-${HOME}/Android/Sdk}"