feat: android bundling, red/blue exe names, session cache #3608
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implements
dx bundle
for android to generate.aab
files for uploading to the playstore.You can de-compose a
.aab
to get a raw.apk
in the event you want to manually sign it yourself instead of uploading to the play store.Closes #3548
Also adds a bit of entropy to exe names so we can have multiple, concurrent versions of the same app making the iteration process a bit nicer.
Takes a similar strategy to #3323 but is more general for all platforms.
Implements a session cache since the entropy features breaks the way we do window state restoration