Update TEST_MAPPING am: 31d309de2a am: 32adf01b7d am: daa5bca69f am: c4b6714f5d am: f6294738df

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/jni/+/2108494

Change-Id: I42d0a29bac86167185c6a40c14e500f0e6522d8f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: b792ff8c73c49e21e474b9cb91e1e03a91d44837
  1. benches/
  2. example/
  3. src/
  4. tests/
  5. Android.bp
  6. build.rs
  7. Cargo.toml
  8. Cargo.toml.orig
  9. cargo2android.json
  10. CHANGELOG.md
  11. clippy.toml
  12. CODE_OF_CONDUCT.md
  13. CONTRIBUTING.md
  14. LICENSE-APACHE
  15. LICENSE-MIT
  16. METADATA
  17. MODULE_LICENSE_APACHE2
  18. OWNERS
  19. README.md
  20. TEST_MAPPING
  21. test_profile
README.md

Build Status Docs Crates.io

JNI Bindings for Rust

Join the chat at https://gitter.im/jni-rs/Lobby

This project provides complete JNI bindings for Rust, allowing to:

  • Implement native Java methods for JVM and Android in Rust
  • Call Java code from Rust
  • Embed JVM in Rust applications and use any Java libraries

See the docs for more details.

Example

cd example
make

Contribution

See the Contribution Guide for details.

License

Licensed under either of