fix: android ci
opt: android ci opt: bridge compile time fix: android sign fix: android so opt: format
This commit is contained in:
parent
8b1449cf8b
commit
99d6ec2697
5 changed files with 70 additions and 26 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue