mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
cf68ea6f3e
We added the file, but forgot the flexible array. Fix this. BUG=chromium:892806 TEST=kvm/hypervisor tests pass, atlas tryjobs pass Change-Id: Ic52d3c9a9e67f1619151a08d3dd0e879de658066 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2347068 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Tested-by: Gurchetan Singh <gurchetansingh@chromium.org> Commit-Queue: Gurchetan Singh <gurchetansingh@chromium.org>
10 lines
195 B
TOML
10 lines
195 B
TOML
[package]
|
|
name = "kvm_sys"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
data_model = { path = "../data_model" }
|
|
libc = "*"
|
|
base = { path = "../base" }
|