mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-10 20:19:07 +00:00
crosvm-fuzz: add hypervisor dependency for block_fuzzer
https://crrev.com/c/3330204 changed the block fuzzer to depend on
hypervisor but did not add the necessary reference to Cargo.toml. Add it
to fix the fuzzer build.
BUG=None
TEST=Build crosvm ebuild with USE=fuzzer
Fixes: 00f1c9fd46
("Update to the latest pKVM ABI.")
Change-Id: Ic90c6bdd29f87af1c78093a970056467e9c4c36e
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3364963
Reviewed-by: Dmitry Torokhov <dtor@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
parent
e31731c1e5
commit
0739c780c3
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ data_model = { path = "../common/data_model" }
|
|||
devices = { path = "../devices" }
|
||||
disk = { path = "../disk" }
|
||||
fuse = { path = "../fuse" }
|
||||
hypervisor = { path = "../hypervisor" }
|
||||
kernel_loader = { path = "../kernel_loader" }
|
||||
libc = "*"
|
||||
rand = "0.6"
|
||||
|
|
Loading…
Reference in a new issue