From e1a77443c1954eb55cae30409c08f34af7541395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Er=C3=A8be=20-=20Romain=20Gerard?= Date: Fri, 3 Nov 2023 21:49:39 +0100 Subject: [PATCH] Update config.toml --- .cargo/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cargo/config.toml b/.cargo/config.toml index e3b04df..af69182 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,6 +1,9 @@ [build] rustflags = ["--cfg", "uuid_unstable"] +[env] +ANDROID_NDK = "r25b" + #[target.'cfg(target_os = "linux")'] #rustflags = ["-C", "linker=ld.lld", "-C", "relocation-model=static", "-C", "strip=symbols", "--cfg", "uuid_unstable"]