Skip to content

Commit 3029b14

Browse files
committed
feat: linux computer control for android
Android platform detection as Linux Signed-off-by: Shawn Wang <shawn111@gmail.com>
1 parent 3fb6ddf commit 3029b14

File tree

1 file changed

+1
-1
lines changed
  • crates/goose-mcp/src/computercontroller/platform

1 file changed

+1
-1
lines changed

crates/goose-mcp/src/computercontroller/platform/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pub use self::windows::WindowsAutomation;
88
#[cfg(target_os = "macos")]
99
pub use self::macos::MacOSAutomation;
1010

11-
#[cfg(target_os = "linux")]
11+
#[cfg(any(target_os = "linux", target_os = "android"))]
1212
pub use self::linux::LinuxAutomation;
1313

1414
pub trait SystemAutomation: Send + Sync {

0 commit comments

Comments
 (0)