diff --git a/.cargo/config.toml b/.cargo/config.toml index af69182..e3b04df 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,9 +1,6 @@ [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"]