mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
fdcfd1d439
The stats are typically alive in the plugin library, but we typically don't care about or use these stats. BUG=None. TEST=Compiled and ran test. Verified release binary size got smaller by 25KB and debug by 50KB. Change-Id: I2469ff83f91a3aebf86d70807088bba3edce6641 Signed-off-by: Matt Delco <delco@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/1835034 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Zach Reizner <zachr@chromium.org>
19 lines
356 B
TOML
19 lines
356 B
TOML
[package]
|
|
name = "crosvm_plugin"
|
|
version = "0.17.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2018"
|
|
|
|
[features]
|
|
stats = []
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
kvm = { path = "../kvm" }
|
|
kvm_sys = { path = "../kvm_sys" }
|
|
libc = "*"
|
|
protobuf = "2.3"
|
|
protos = { path = "../protos", features = ["plugin"] }
|
|
sys_util = { path = "../sys_util" }
|