Fix build on aosp-master/mainline_modules am: e0cc5d5a1d am: cbc0e12667 am: 8eb255d807

Original change: https://android-review.googlesource.com/c/platform/external/libchromeos-rs/+/1543580

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ie340186a1bd335bd7b1fab65b4aee324cbff44ea
tree: 54e3cfc78913cb20bada84b31e3c8545429f31d5
  1. src/
  2. Android.bp
  3. Cargo.lock
  4. Cargo.toml
  5. LICENSE
  6. METADATA
  7. MODULE_LICENSE_BSD
  8. OWNERS
  9. README.md
  10. TEST_MAPPING
README.md

libchromeos-rs - The Rust crate for common Chrome OS code

libchromeos-rs contains Rust code that can be reused across any Chrome OS project. It's the Rust equivalent of libbrillo.

Current modules include:

  • syslog - an adaptor for using the generic log crate with syslog
  • vsock - wrappers for dealing with AF_VSOCK sockets