ANDROID: delete rand.rs

This file is deleted upstream, because it is moved, but
we still have the old copy.

Bug: 227629108
Test: boot cf
Change-Id: I042660e6416ae89cd1c04a0dcb1df9661e55c419
1 file changed
tree: d278941040a3acfdc312f1785f56959e60c5fcb0
  1. .cargo/
  2. .devcontainer/
  3. .github/
  4. aarch64/
  5. acpi_tables/
  6. anti_tamper/
  7. arch/
  8. argh_helpers/
  9. base/
  10. bin/
  11. bit_field/
  12. broker_ipc/
  13. ci/
  14. common/
  15. cros_async/
  16. crosvm-fuzz/
  17. crosvm_control/
  18. crosvm_plugin/
  19. cuttlefish/
  20. devices/
  21. disk/
  22. docs/
  23. fuse/
  24. gpu_display/
  25. hypervisor/
  26. infra/
  27. integration_tests/
  28. io_uring/
  29. kernel_cmdline/
  30. kernel_loader/
  31. kvm/
  32. kvm_sys/
  33. libcras_stub/
  34. linux_input_sys/
  35. logo/
  36. media/
  37. metrics/
  38. net_sys/
  39. net_util/
  40. patches/
  41. power_monitor/
  42. protos/
  43. qcow_utils/
  44. resources/
  45. rutabaga_gfx/
  46. seccomp/
  47. serde_keyvalue/
  48. src/
  49. system_api_stub/
  50. tests/
  51. third_party/
  52. tools/
  53. tpm2/
  54. tpm2-sys/
  55. tracing/
  56. tube_transporter/
  57. usb_sys/
  58. usb_util/
  59. vfio_sys/
  60. vhost/
  61. virtio_sys/
  62. vm_control/
  63. vm_memory/
  64. win_audio/
  65. win_util/
  66. x86_64/
  67. .dockerignore
  68. .gitignore
  69. .rustfmt.toml
  70. all2android.sh
  71. Android.bp
  72. ARCHITECTURE.md
  73. Cargo.lock
  74. Cargo.toml
  75. cargo2android.json
  76. cargo2android_defaults.bp
  77. cargo2android_module.bp
  78. CONTRIBUTING.md
  79. LICENSE
  80. METADATA
  81. navbar.md
  82. OWNERS
  83. OWNERS.android
  84. PRESUBMIT.cfg
  85. PREUPLOAD.cfg
  86. README.chromeos.md
  87. README.md
  88. run_c2a.sh
  89. run_tests
  90. rust-toolchain
  91. setup_cros_cargo.sh
  92. test_all
  93. TEST_MAPPING
  94. 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