Reuse Android builds and discard staging

This commit is contained in:
iris committed 2026-09-11 13:56:32 -04:00
1 parent ea2112c552
commit d1da066547
5 files changed
+75 -129

No files matched your search

+3 -3
View File
@@ -101,9 +101,9 @@ IRIS_KEYSTORE_PASSWORD=... IRIS_KEY_PASSWORD=... \
cargo iris apk --release --keystore /secure/upload.jks --key-alias upload
```
APK staging and output live under
`target/iris-android/<package>[-<example>]/<debug|release>/<abi>/`; the
command's final line is the verified APK's absolute path.
The verified APK lives under
`target/iris-android/<package>[-<example>]/<debug|release>/<abi>/`; packaging
intermediates are removed before the command prints its absolute path.
Goals, in general order:
1. does what I want it to (text, images, video, animations)