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:
Tiancong Wang 2020-07-29 13:51:50 -07:00 committed by Commit Bot
parent be88444c55
commit 61724a4ce0

View file

@ -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]