fix: android ci

opt: android ci

opt: bridge compile time

fix: android sign

fix: android so

opt: format
This commit is contained in:
Kingtous
2022-11-28 20:20:45 +08:00
parent 8b1449cf8b
commit 99d6ec2697
5 changed files with 70 additions and 26 deletions

View File

@@ -876,7 +876,10 @@ pub fn check_zombie(children: Children) {
}
pub fn start_option_status_sync() {
let _sender = SENDER.lock().unwrap();
#[cfg(not(any(target_os = "android", target_os = "ios")))]
{
let _sender = SENDER.lock().unwrap();
}
}
// not call directly