[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/jni am: ee45bfba78

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

Change-Id: I0f7cded79b37b14acfa0d322047152ee6df811a1
tree: c02e87b4d14768197a907fc0ac32514e4c78b63c
  1. benches/
  2. example/
  3. src/
  4. tests/
  5. Android.bp
  6. build.rs
  7. Cargo.toml
  8. Cargo.toml.orig
  9. CHANGELOG.md
  10. clippy.toml
  11. CODE_OF_CONDUCT.md
  12. CONTRIBUTING.md
  13. LICENSE-APACHE
  14. LICENSE-MIT
  15. METADATA
  16. MODULE_LICENSE_APACHE2
  17. OWNERS
  18. README.md
  19. 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