android-bindings

August 12, 2022 ยท View on GitHub

android-bindings

Library with a JNI interface to the shared rust code of MobileCoin.

License

android-bindings is available under open-source licenses. Look for the LICENSE file in each crate for more information.

Cryptography Notice

This distribution includes cryptographic software. Your country may have restrictions on the use of encryption software. Please check your country's laws before downloading or using this software.

Repository Structure

DirectoryDescription
dockerDockerfile for the builder image.
lib-wrapperAn Android library project to embedd the native libraries.
mobilecoinMobileCoin submodule.
srcJNI bridge between Java and Rust.

Build Instructions

  • Using Docker
make build
  • Host machine
make libs