We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb6ddf commit 3029b14Copy full SHA for 3029b14
crates/goose-mcp/src/computercontroller/platform/mod.rs
@@ -8,7 +8,7 @@ pub use self::windows::WindowsAutomation;
8
#[cfg(target_os = "macos")]
9
pub use self::macos::MacOSAutomation;
10
11
-#[cfg(target_os = "linux")]
+#[cfg(any(target_os = "linux", target_os = "android"))]
12
pub use self::linux::LinuxAutomation;
13
14
pub trait SystemAutomation: Send + Sync {
0 commit comments