Skip to content

Please add rust-keylock-android app.

Aston requested to merge (removed):master into master

Please add the rust-keylock-android app.

  • The app complies with the inclusion criteria
  • The original app author has been notified (and supports the inclusion)
  • All related fdroiddata and rfp issues have been referenced in this merge request
  • Builds with fdroid build

fdroid readmeta: Success

fdroid rewritemeta org.rustkeylock: Success

fdroid lint org.astonbitecode.rustkeylock: Success

fdroid build -v -l org.astonbitecode.rustkeylock: Success


Ignore destinations:

  • android-toolchain: We need a standalone toolchain for cross-compiling rust.

  • tools: This is the installation of the rust-lang environment.

  • rust-build The rust-keylock uses JNA. The JNA jar as provided by the Maven Central does not contain valid Android libraries. The project provides Android-suitable libraries in their GitHub repo: https://github.com/java-native-access/jna/tree/master/lib/native. This artifact is stored inside the rust-build directory.

Edited by Pierre Rudloff

Merge request reports