From 718c80a68ba9e75376945820bf0109e768442456 Mon Sep 17 00:00:00 2001 From: Enginex0 Date: Thu, 25 Jun 2026 03:05:39 +0100 Subject: [PATCH] chore: bump NDK to 29.0.14206865 NDK 27.3.13750724's sysroot is corrupted (missing sys/cdefs.h and the aarch64 asm headers), breaking the native-certgen build. NDK 29 is installed and healthy, so move the toolchain to it. --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d7bc295..85f7f53 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -35,7 +35,7 @@ val verName = "v6.0.1" android { namespace = "org.matrix.TEESimulator" compileSdk = 36 - ndkVersion = "27.3.13750724" + ndkVersion = "29.0.14206865" buildToolsVersion = "36.0.0" defaultConfig {