Update Android.bp by running cargo_embargo

Test: ran cargo_embargo
Change-Id: If9b8bcdcca7782555d63aa527adc129eede70cd0
1 file changed
tree: d9c01cd64184b9294606acad67f347129e020a77
  1. .github/
  2. .vscode/
  3. 0.20.0/
  4. benches/
  5. example/
  6. src/
  7. tests/
  8. .gitignore
  9. Android.bp
  10. build.rs
  11. Cargo.toml
  12. Cargo.toml.orig
  13. cargo_embargo.json
  14. CHANGELOG.md
  15. clippy.toml
  16. CODE_OF_CONDUCT.md
  17. CONTRIBUTING.md
  18. LICENSE-APACHE
  19. LICENSE-MIT
  20. METADATA
  21. MODULE_LICENSE_APACHE2
  22. OWNERS
  23. README.md
  24. TEST_MAPPING
  25. 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