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.
This commit is contained in:
Enginex0
2026-06-25 03:05:39 +01:00
parent 9ffa00332b
commit 718c80a68b
+1 -1
View File
@@ -35,7 +35,7 @@ val verName = "v6.0.1"
android { android {
namespace = "org.matrix.TEESimulator" namespace = "org.matrix.TEESimulator"
compileSdk = 36 compileSdk = 36
ndkVersion = "27.3.13750724" ndkVersion = "29.0.14206865"
buildToolsVersion = "36.0.0" buildToolsVersion = "36.0.0"
defaultConfig { defaultConfig {