Clean up rust_test_host TEST_MAPPING after default update

After b/177689340, rust_test_host doesn't need TEST_MAPPING config anymore to run in
presubmit.

Change-Id: I9751d60b4fc08e2c9b0023daf2bea9eabb653891
Test: presubmit
Bug: 178646865
1 file changed
tree: acf37f831d4ca15fe5e2d0b4541fd097b346a3de
  1. src/
  2. Android.bp
  3. Cargo.lock
  4. Cargo.toml
  5. LICENSE
  6. METADATA
  7. MODULE_LICENSE_BSD
  8. OWNERS
  9. README.md
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