mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
fuzzer: Add vm_memory to fuzzer Cargo
After vm_memory was added, the dependency wasn't added. So it caused crosvm-fuzz fail to build. This patch adds the dependency. BUG=chromium:1110970 TEST=USE="asan fuzzer" emerge-amd64-generic crosvm Change-Id: Ic71243365ed8603928ba30bce7b7361ca368bf1c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2327870 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Zach Reizner <zachr@chromium.org> Reviewed-by: Dylan Reid <dgreid@chromium.org> Tested-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Tiancong Wang <tcwang@google.com>
This commit is contained in:
parent
be88444c55
commit
61724a4ce0
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ libc = "*"
|
|||
rand = "0.6"
|
||||
sys_util = { path = "../sys_util" }
|
||||
usb_util = { path = "../usb_util" }
|
||||
vm_memory = { path = "../vm_memory" }
|
||||
|
||||
# Prevent this from interfering with workspaces
|
||||
[workspace]
|
||||
|
|
Loading…
Reference in a new issue