mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-12-27 05:43:43 +00:00
c8986f14a8
This reverts commit d635acbaf3
.
This commit seems to be responsible for introducing hung tasks in tests,
so let's revert it for now to get the tests green and debug it offline.
BUG=chromium:891806
TEST=None
Change-Id: I83504058baeae00909d9fb4f4bb704a144a0dfaf
Signed-off-by: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/1259408
Reviewed-by: Dylan Reid <dgreid@chromium.org>
22 lines
512 B
TOML
22 lines
512 B
TOML
[package]
|
|
name = "x86_64"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
arch = { path = "../arch" }
|
|
data_model = { path = "../data_model" }
|
|
devices = { path = "../devices" }
|
|
kvm_sys = { path = "../kvm_sys" }
|
|
kvm = { path = "../kvm" }
|
|
sys_util = { path = "../sys_util" }
|
|
resources = { path = "../resources" }
|
|
kernel_cmdline = { path = "../kernel_cmdline" }
|
|
kernel_loader = { path = "../kernel_loader" }
|
|
libc = "*"
|
|
byteorder = "*"
|
|
|
|
[build-dependencies]
|
|
cc = "=1.0.15"
|
|
|