[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/unicode-bidi

Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-MIT to:
  Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: Iff7b92a81b6b1b71ef5467e26625b69b7380a611
1 file changed
tree: 4311d2d8dc6732642397034cf9710d3d7d35140b
  1. patches/
  2. src/
  3. .appveyor.yml
  4. .gitignore
  5. .rustfmt.toml
  6. .travis.yml
  7. Android.bp
  8. AUTHORS
  9. Cargo.toml
  10. Cargo.toml.orig
  11. COPYRIGHT
  12. LICENSE-APACHE
  13. LICENSE-MIT
  14. METADATA
  15. MODULE_LICENSE_APACHE2
  16. OWNERS
  17. README.md
  18. TEST_MAPPING
README.md

unicode-bidi

This crate implements the Unicode Bidirectional Algorithm for display of mixed right-to-left and left-to-right text. It is written in safe Rust, compatible with the current stable release.

Documentation

Travis-CI AppVeyor