WIP: add sensible defaults to the build metadata
This is a collection of improvements that came about from working on the reproducible builds:
-
fdroid update
checks for old versions of OpenSSL in all APKs, and marks with new Anti-Feature:KnownVuln
- default builds to
gradle=yes
andcommit=versionName
where appropriate - optionally save build logs locally to a dir
- log revisions of all installed Android SDK/NDK packages
This is marked WIP: entirely because its waiting on !181 (merged) to be merged.