mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
f3024c8976
io_jail has been migrated to aosp/external/minijail/rust/minijail. This removes the crosvm copy and updates the references to use the new location. BUG=chromium:1096175 TEST=cargo test Cq-Depend: chromium:2254418 Change-Id: I29d5c6178b6faf5e52671cfbe6fc7e51f0d21dd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2254298 Tested-by: Allen Webb <allenwebb@google.com> Reviewed-by: Dylan Reid <dgreid@chromium.org> Commit-Queue: Allen Webb <allenwebb@google.com>
23 lines
633 B
TOML
23 lines
633 B
TOML
[package]
|
|
name = "x86_64"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
arch = { path = "../arch" }
|
|
assertions = { path = "../assertions" }
|
|
data_model = { path = "../data_model" }
|
|
devices = { path = "../devices" }
|
|
kernel_cmdline = { path = "../kernel_cmdline" }
|
|
kernel_loader = { path = "../kernel_loader" }
|
|
kvm = { path = "../kvm" }
|
|
kvm_sys = { path = "../kvm_sys" }
|
|
libc = "*"
|
|
minijail = "*"
|
|
remain = "*"
|
|
resources = { path = "../resources" }
|
|
sync = { path = "../sync" }
|
|
sys_util = { path = "../sys_util" }
|
|
acpi_tables = {path = "../acpi_tables" }
|
|
vm_control = { path = "../vm_control" }
|