Update Android.bp by running cargo_embargo am: 008ed1a11c

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

Change-Id: I117572bb358bfa9499dae305d73d49f0cc2ba99c
Signed-off-by: Automerger Merge Worker <[email protected]>
tree: d4cfc273723e1dd088f6110e9df670347c8d7d2d
  1. patches/
  2. src/
  3. Android.bp
  4. Cargo.toml
  5. Cargo.toml.orig
  6. cargo_embargo.json
  7. LICENSE
  8. METADATA
  9. MODULE_LICENSE_APACHE2
  10. OWNERS
  11. README.md
README.md

Latest Version Rust Documentation

SyncWrapper

A mutual exclusion primitive that relies on static type information only.

This library is inspired by this discussion.