[LSC] Add LOCAL_LICENSE_KINDS to external/crosvm

Added SPDX-license-identifier-BSD to:
  common/sys_util_core/Android.bp
  crosvm_plugin/Android.bp
  libvda/Android.bp
  qcow_utils/Android.bp
  tpm2-sys/Android.bp
  tpm2/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all
Change-Id: I53a022a2084aaed18913b452a3272a9bc47baaa1
Merged-in: I249d4584ba0d6f07141df243bd3afe190aa13c57
1 file changed
tree: 16416e966ab528ae2465a80a505b3cef65f245e3
  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