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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user