diff --git a/switch/src/handle/tun_handler.rs b/switch/src/handle/tun_handler.rs index 0be1828..5518edc 100644 --- a/switch/src/handle/tun_handler.rs +++ b/switch/src/handle/tun_handler.rs @@ -130,7 +130,7 @@ fn handle_loop( } } -#[cfg(any(target_os = "macos", target_os = "linux"))] +#[cfg(any(target_os = "macos", target_os = "linux", target_os = "android"))] pub async fn handler_start(mut status_watch: watch::Receiver, udp: UdpSocket, tun_reader: TunReader, @@ -139,7 +139,7 @@ pub async fn handler_start(mut status_watch: watch::Receiver(mut status_watch: watch::Receiver