From c0d9cee9b7f538b63998668211196940639088af Mon Sep 17 00:00:00 2001 From: Kohei Date: Sun, 22 Feb 2026 12:00:39 +0900 Subject: [PATCH] feat: add android tool config to example config Co-Authored-By: Claude Opus 4.6 --- config/config.example.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/config.example.json b/config/config.example.json index 63585f676..a15b979a5 100644 --- a/config/config.example.json +++ b/config/config.example.json @@ -130,6 +130,9 @@ "spi": { "enabled": false }, + "android": { + "enabled": true + }, "memory": { "enabled": true },