Set up Android SDK prerequisites for APK builds

This commit is contained in:
Joe Julian
2026-03-29 21:59:52 -07:00
parent 96ec583c7e
commit 47d0ccc7ce
3 changed files with 28 additions and 2 deletions
+2
View File
@@ -128,4 +128,6 @@ These features are product requirements, not “nice to have” ideas.
- Track `gogio` as a Go tool and keep a reproducible `make apk` path for Android packaging.
- When running tests or other automated validation that may touch persisted UI state, set `KEEPASSGO_STATE_DIR` to an isolated temporary directory so recent-vault history and other local state do not pollute the users real config.
- Prefer commands shaped like `KEEPASSGO_STATE_DIR=\"$(mktemp -d)\" go test ./...` for ad hoc local validation unless a test already manages its own isolated state directory.
- Do not assume the agent can decrypt SOPS-encrypted secrets in this repository.
- If work requires plaintext from a SOPS-encrypted secret, stop and ask the user to decrypt it or otherwise provide the needed plaintext.
- Do not commit generated binaries.