Update Android.bp by running cargo_embargo am: a92e494288 am: 344d1969df

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

Change-Id: Icb9ed8467b8742792e29c9a5499e65d8a2882b70
Signed-off-by: Automerger Merge Worker <[email protected]>
tree: 49682a2241ac919d1dd5095e75143c06e6159d60
  1. src/
  2. .cargo_vcs_info.json
  3. Android.bp
  4. Cargo.toml
  5. Cargo.toml.orig
  6. cargo_embargo.json
  7. LICENSE-APACHE
  8. LICENSE-MIT
  9. METADATA
  10. MODULE_LICENSE_APACHE2
  11. MODULE_LICENSE_MIT
  12. OWNERS
  13. README.md
  14. TEST_MAPPING
README.md

#[derive(Arbitrary)]

This crate implements support for automatically deriving the Arbitrary trait.

Don't depend on this crate directly, though. Instead, enable the "derive" feature of the arbitrary crate.