Cleanup license metadata in external/rust/crates/derive_arbitrary.

Symlink file LICENSE is added in Android codebase and points to file LICENSE-APACHE, so use it in Android.bp.

Bug: 346390141
Test: CIs
Change-Id: I3e71a009a00e28d0ce0aa4f3e47d493308e66c96
1 file changed
tree: 2751348c025e6e4307fa18f9937e4c46f9c264d5
  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.