build updates

This commit is contained in:
John Smith
2022-11-30 16:15:54 -05:00
parent b2c14fc56c
commit edc87cd78e
11 changed files with 30 additions and 67 deletions
+3 -3
View File
@@ -14,7 +14,7 @@ default = []
rt-async-std = [ "async-std", "async-std-resolver", "async_executors/async_std", "rtnetlink?/smol_socket", "veilid-tools/rt-async-std" ]
rt-tokio = [ "tokio", "tokio-util", "tokio-stream", "trust-dns-resolver/tokio-runtime", "async_executors/tokio_tp", "async_executors/tokio_io", "async_executors/tokio_timer", "rtnetlink?/tokio_socket", "veilid-tools/rt-tokio" ]
keyring_manager_android_tests = []
veilid_core_android_tests = []
veilid_core_ios_tests = [ "simplelog" ]
tracking = []
@@ -128,8 +128,8 @@ features = [
[target.'cfg(target_os = "android")'.dependencies]
jni = "^0"
jni-sys = "^0"
ndk = { version = "^0", features = ["trace"] }
ndk-glue = { version = "^0", features = ["logger"] }
ndk = { version = "^0.7" }
ndk-glue = { version = "^0.7", features = ["logger"] }
tracing-android = { version = "^0" }
# Dependenices for all Unix (Linux, Android, MacOS, iOS)