Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android Editor] Add support for exporting platform binaries #93526

Merged
merged 3 commits into from
Aug 26, 2024

Commits on Aug 26, 2024

  1. Update the storage access handler logic to support accessing / retrie…

    …ving contents with the `assets:/` prefix
    m4gr3d committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    794ea99 View commit details
    Browse the repository at this point in the history
  2. Update the GodotHost interface to support signing and verifying And…

    …roid apks
    
    Update the export logic to enable apk generation and signing for Android editor builds
    
    Note: Only legacy builds are supported. Gradle builds are not supported at this point in time.
    m4gr3d committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a5897d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a9c060 View commit details
    Browse the repository at this point in the history