mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
cde1b5416f
The current inclusion of the 'lib' prefix is redundant and results in 'liblibcrosvm_control' once built. These changes remove the 'lib' prefix from the source files. BUG=b:188858559 TEST=cros_run_unit_tests --board ${board} --packages chromeos-base/crosvm Change-Id: Ic1bcdce9aa5d879f5867232ffec60f40fe57d3a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3321731 Reviewed-by: Hikaru Nishida <hikalium@chromium.org> Reviewed-by: Chirantan Ekbote <chirantan@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Christian Blichmann <cblichmann@google.com> Commit-Queue: Kameron Lutes <kalutes@chromium.org>
13 lines
245 B
TOML
13 lines
245 B
TOML
[package]
|
|
name = "crosvm_control"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
base = { path = "../common/base" }
|
|
vm_control = { path = "../vm_control" }
|
|
libc = "0.2.65"
|