From eb92561bd685961889cc553cd96db4a569eefec5 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Mon, 29 Jun 2026 16:40:30 +0200 Subject: Add remote Android build tools and request logging Add Android build host config and MCP tools for remote AppSupport builds. Extend device RPM installs to copy dependency sets and install them together. Log MCP request and tool-call lifecycle events, and document the config. --- examples/config.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'examples/config.json') diff --git a/examples/config.json b/examples/config.json index 96906ea..97f916f 100644 --- a/examples/config.json +++ b/examples/config.json @@ -16,5 +16,13 @@ "ssh_config": "~/.ssh/config", "local_sdk": "/srv/mer/sdks/sfossdk/sdk-chroot", "osc_api_alias": "your-obs-alias" + }, + "default_android_build_host": "android-builder", + "android_build_hosts": { + "android-builder": { + "ssh_target": "user@android-build-host", + "project_dir": "/path/to/alien-aliendalvik-system", + "state_dir": "/tmp/sailfish-devel-mcp/android-builds" + } } } -- cgit v1.2.3