Test Android packaging configuration

This commit is contained in:
Joe Julian
2026-03-31 20:15:48 -07:00
parent 2000c27324
commit ff7f84c386
3 changed files with 195 additions and 0 deletions
+10
View File
@@ -45,6 +45,16 @@ go build ./...
KeePassGO uses Gio, so Android packaging is done with `gogio`.
The repo now has automated tests for the packaging contract:
- default APK build arguments
- required Android SDK / NDK / JDK layout checks
Those are covered by normal test runs:
```bash
go test ./...
```
Install:
```bash