mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
6cc352f4fa
We'll want architecture code to be able to supply and manipulate Linux kernel command lines, so let's move this out to it's own crate and export the interfaces. BUG=chromium:797868 TEST=./build_test passes on all architectures TEST=crosvm runs on caroline Change-Id: I94904055ac02582a4f4d8bbb54d0f41ed14b955d Signed-off-by: Sonny Rao <sonnyrao@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/898351 Reviewed-by: Dylan Reid <dgreid@chromium.org>
9 lines
117 B
TOML
9 lines
117 B
TOML
[package]
|
|
name = "kernel_cmdline"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
libc = "*"
|
|
|
|
[lib]
|
|
path = "src/kernel_cmdline.rs"
|