Improve relayed connections and earthfile

This commit is contained in:
Christien Rioux 2025-02-13 01:17:51 +00:00
parent 54867ec53c
commit 52b7d0b563
27 changed files with 288 additions and 3322 deletions

View file

@ -1,3 +1,6 @@
[build]
rustflags = ["--cfg", "tokio_unstable"]
[target.aarch64-linux-android]
linker = "/Android/Sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android34-clang"
[target.armv7-linux-androideabi]

View file

@ -1,2 +0,0 @@
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"