mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
crosvm: Use local vmm_vhost when compiling for ebuild
This should fix the current uprev problem. BUG=b:205997217 TEST=FEATURES=test emerge-amd64-generic crosvm Change-Id: I0a0bb46fb004a7a057be9b2e4b13878038551e81 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3276714 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Dennis Kempin <denniskempin@google.com>
This commit is contained in:
parent
f01d4b1f16
commit
c8313dc204
1 changed files with 1 additions and 1 deletions
|
@ -174,4 +174,4 @@ sys_util = { path = "common/sys_util" }
|
|||
system_api = { path = "system_api_stub" } # ignored by ebuild
|
||||
wire_format_derive = { path = "common/p9/wire_format_derive" } # ignored by ebuild
|
||||
minijail = { path = "third_party/minijail/rust/minijail" } # ignored by ebuild
|
||||
vmm_vhost = { path = "third_party/vmm_vhost", features = ["vhost-user-master", "vhost-user-slave"] } # ignored by ebuild
|
||||
vmm_vhost = { path = "third_party/vmm_vhost", features = ["vhost-user-master", "vhost-user-slave"] }
|
||||
|
|
Loading…
Reference in a new issue