Android build script

This commit is contained in:
ssrlive 2024-04-20 14:56:42 +00:00
parent 8438eddc95
commit a9ef8f658b
4 changed files with 120 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#![cfg(any(target_os = "ios", target_os = "macos"))]
#![cfg(any(target_os = "android", target_os = "ios", target_os = "macos"))]
use crate::{
args::{ArgDns, ArgProxy},