Skip to content

Commit

Permalink
android issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed Nov 17, 2023
1 parent 37d6380 commit 73fff50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
protocol = "sparse"

[build]
#target = "aarch64-linux-android"
# target = "aarch64-linux-android"
2 changes: 1 addition & 1 deletion src/android.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub mod native {
JNIEnv, JavaVM,
};
use std::{
net::{IpAddr, Ipv4Addr, SocketAddr},
net::{IpAddr, Ipv4Addr, Ipv6Addr, SocketAddr},
sync::{
atomic::{AtomicBool, Ordering},
Arc, Mutex, RwLock,
Expand Down

0 comments on commit 73fff50

Please sign in to comment.