diff options
| author | Andrew Branson <andrew.branson@jolla.com> | 2026-06-29 16:40:30 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@jolla.com> | 2026-06-29 17:50:20 +0200 |
| commit | eb92561bd685961889cc553cd96db4a569eefec5 (patch) | |
| tree | a4df385847e712d1dfb428f28d23df58b9ed298d /examples | |
| parent | 21dcc7e6413cf1e93a37cce2098a86c2a3ab5e5a (diff) | |
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.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/config.json | 8 |
1 files changed, 8 insertions, 0 deletions
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" + } } } |
