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

Improve android build script for F-Droid #383

Merged
merged 3 commits into from
Jan 4, 2025

Conversation

maelchiotti
Copy link
Contributor

@maelchiotti maelchiotti commented Jan 2, 2025

Fixes #375

@maelchiotti
Copy link
Contributor Author

@GregoryConrad Here is my PR to improve the android build script for F-Droid. I have successfully tried it with my app in my CI.

  • I added the --locked
  • An architecture to build can be passed to the script as an argument. If none is passed then the tar.gz archive is built as before. But if an architecture is passed then only this one is built.

scripts/build-android.sh Outdated Show resolved Hide resolved
scripts/build-android.sh Show resolved Hide resolved
@GregoryConrad
Copy link
Owner

GregoryConrad commented Jan 4, 2025

You don’t need a new release for this right? Just need the commit on main for your git submodule? (Making a new release of mimir is a bit of a chore, despite all the automation I’ve built up)

@GregoryConrad GregoryConrad merged commit 3033b16 into GregoryConrad:main Jan 4, 2025
8 checks passed
@maelchiotti
Copy link
Contributor Author

Yeah a new release shouldn't be necessary!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to build this library from source for F-Droid?
2 participants