commit | a1ccaeeed90fabd4d03c2e15ff542e7ac5b62b6a | [log] [tgz] |
---|---|---|
author | Maurice Lam <yukl@google.com> | Fri Feb 24 19:11:56 2023 +0000 |
committer | Maurice Lam <yukl@google.com> | Mon Feb 27 20:19:51 2023 +0000 |
tree | 4b4cf114c7e114f4116b2a28dd3798c5013297ca | |
parent | 13b80e93cb8d3620464510fc8a7530a6d3fd45ac [diff] |
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
Core rust components to google better together experiences. This is not an officially supported Google product.
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
Refer to Install Rust
curl https://sh.rustup.rs -sSf | sh
We recommend using this plugin