add android jni (#1340)

This commit is contained in:
Sijie.Sun
2025-09-06 13:49:42 +08:00
committed by GitHub
parent ef3309814d
commit b750faa66f
13 changed files with 1342 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
[package]
name = "easytier-android-jni"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
jni = "0.21"
once_cell = "1.18.0"
log = "0.4"
android_logger = "0.13"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
easytier = { path = "../../easytier" }