From 7ca22bdce8463e560baeda502b8237274733eba9 Mon Sep 17 00:00:00 2001 From: shellrow <81893184+shellrow@users.noreply.github.com> Date: Tue, 11 Jul 2023 01:09:26 +0900 Subject: [PATCH] Add android target --- src/gateway/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gateway/mod.rs b/src/gateway/mod.rs index 67d4b81..557b91d 100644 --- a/src/gateway/mod.rs +++ b/src/gateway/mod.rs @@ -59,6 +59,7 @@ pub fn get_default_gateway() -> Result { #[cfg(any( target_os = "linux", + target_os = "android", target_os = "openbsd", target_os = "freebsd", target_os = "netbsd"