diff --git a/plugins/autostart/src/lib.rs b/plugins/autostart/src/lib.rs index 3a927782..cfdd5ccc 100644 --- a/plugins/autostart/src/lib.rs +++ b/plugins/autostart/src/lib.rs @@ -2,6 +2,8 @@ // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT +#![cfg(not(any(target_os = "android", target_os = "ios")))] + use auto_launch::{AutoLaunch, AutoLaunchBuilder}; #[cfg(target_os = "macos")] use log::info;