Add low-output tooling mode
This commit is contained in:
@@ -54,6 +54,14 @@ Available commands:
|
||||
| `bash ./AndroidProjectTooling.sh --build-release-aab` | Build the release Android App Bundle. | `app/build/outputs/bundle/release/githug-android-release-v<versionCode>.aab` |
|
||||
| `bash ./AndroidProjectTooling.sh --compile-git` | Compile Git for the development host and all Android target ABIs. | Host and Android `libgit.so` binaries |
|
||||
|
||||
Add `--quiet` before any tooling command when running through an AI or other log-sensitive automation:
|
||||
|
||||
```bash
|
||||
bash ./AndroidProjectTooling.sh --quiet --test
|
||||
```
|
||||
|
||||
Quiet mode runs the same command in a child process, writes the full output to `build/reports/android-project-tooling/`, waits for completion, and prints only a concise success/failure result. On failure it prints the last 120 log lines so the immediate error is visible without repeatedly streaming the full Gradle or emulator log.
|
||||
|
||||
To run the JVM unit test suite after ensuring the local toolchain is ready:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user