Add rules.mk build file for Trusty am: 4356b4a5b8

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

Change-Id: I113afe649d1150de56920cc48104a0e1555eb3d1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: 901822e2018bb43c309a8a33138c9e996bb44b7a
  1. arrayvec-0.7.4/
  2. benches/
  3. src/
  4. tests/
  5. Android.bp
  6. Cargo.toml
  7. Cargo.toml.orig
  8. cargo2rulesmk.json
  9. cargo_embargo.json
  10. CHANGELOG.md
  11. LICENSE
  12. LICENSE-APACHE
  13. LICENSE-MIT
  14. METADATA
  15. MODULE_LICENSE_APACHE2
  16. OWNERS
  17. README.md
  18. rules.mk
README.md

arrayvec

Crates.io: arrayvec Documentation Build Status

License: Apache OR License: MIT

A vector with fixed capacity.

Please read the API documentation here

License

Dual-licensed to be compatible with the Rust project.

Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license http://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.