diff options
| -rw-r--r-- | talpid-core/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/talpid-core/src/lib.rs b/talpid-core/src/lib.rs index fa19f10d98..4e6728e4d3 100644 --- a/talpid-core/src/lib.rs +++ b/talpid-core/src/lib.rs @@ -50,6 +50,7 @@ pub mod dns; /// State machine to handle tunnel configuration. pub mod tunnel_state_machine; +#[cfg(not(target_os = "android"))] /// Internal code for managing bundled proxy software. mod proxy; |
