Exclude cros_async tests from host unit test run.

https://r.android.com/1975268 attempted to do this but would be lost the
next time cargo2android.py is run. Adding the option to
cargo2android.json will make it stick.

Bug: 218105368
Bug: 218218997
Test: Ran cargo2android.py
Change-Id: I629feb8f454fd1ad2e02559d6fdbfeebeba35a91
2 files changed
tree: 26e392784166dbb392871e169132bb720bde8f36
  1. .cargo/
  2. .devcontainer/
  3. .github/
  4. aarch64/
  5. acpi_tables/
  6. arch/
  7. bin/
  8. bit_field/
  9. ci/
  10. common/
  11. crosvm-fuzz/
  12. crosvm_control/
  13. crosvm_plugin/
  14. cuttlefish/
  15. devices/
  16. disk/
  17. docs/
  18. fuse/
  19. gpu_display/
  20. hypervisor/
  21. integration_tests/
  22. kernel_cmdline/
  23. kernel_loader/
  24. kvm/
  25. kvm_sys/
  26. libcras_stub/
  27. libvda/
  28. linux_input_sys/
  29. logo/
  30. net_sys/
  31. net_util/
  32. patches/
  33. power_monitor/
  34. protos/
  35. qcow_utils/
  36. resources/
  37. rutabaga_gfx/
  38. seccomp/
  39. src/
  40. system_api_stub/
  41. tests/
  42. third_party/
  43. tools/
  44. tpm2/
  45. tpm2-sys/
  46. usb_sys/
  47. usb_util/
  48. vfio_sys/
  49. vhost/
  50. virtio_sys/
  51. vm_control/
  52. vm_memory/
  53. x86_64/
  54. .dockerignore
  55. .gitignore
  56. .rustfmt.toml
  57. .windows_build_test_skip
  58. all2android.sh
  59. Android.bp
  60. ARCHITECTURE.md
  61. Cargo.toml
  62. cargo2android.json
  63. cargo2android_defaults.bp
  64. cargo2android_module.bp
  65. CONTRIBUTING.md
  66. LICENSE
  67. METADATA
  68. navbar.md
  69. OWNERS
  70. OWNERS.android
  71. README.chromeos.md
  72. README.md
  73. run_tests
  74. rust-toolchain
  75. setup_cros_cargo.sh
  76. test_all
  77. unblocked_terms.txt
README.md

crosvm - The Chrome OS Virtual Machine Monitor

crosvm is a virtual machine monitor (VMM) based on Linux’s KVM hypervisor, with a focus on simplicity, security, and speed. crosvm is intended to run Linux guests, originally as a security boundary for running native applications on the Chrome OS platform. Compared to QEMU, crosvm doesn’t emulate architectures or real hardware, instead concentrating on paravirtualized devices, such as the virtio standard.

crosvm is currently used to run Linux/Android guests on Chrome OS devices.

Logo