Use rlib deps for ukey2

Since there are still relatively few projects sharing dependencies
for the crates we are using (like libjni and libprotobuf), including
them as rlibs will be more size-efficient than including all of them as
dynamic libraries. This may change in the future as more Rust projects
get added, and at that point we can change those shared dependencies
back into rustlibs.

Fixes: 270252714
Test: Tested using Permissions sync test app
Change-Id: I08398a338a1837bd05118e94d06c1d845bb5bc72
1 file changed
tree: 4b4cf114c7e114f4116b2a28dd3798c5013297ca
  1. nearby/
  2. .gitignore
  3. Android.bp
  4. CONTRIBUTING.md
  5. LICENSE
  6. METADATA
  7. OWNERS
  8. README.md
README.md

Better Together Core

Core rust components to google better together experiences. This is not an officially supported Google product.

Projects

nearby

Core rust components used by the Nearby platform: https://developers.google.com/nearby
For more information on building and testing these components see: nearby/README.md

Installing Rust

Refer to Install Rust

curl https://sh.rustup.rs -sSf | sh

We recommend using this plugin

https://www.jetbrains.com/rust/