mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-09 03:57:24 +00:00
crosvm_control: Also create a static lib
This is useful for projects that build in lock-step with crosvm and want to control a VM without having to `dlopen()` or embed `libcrosvm_control.so`. TEST=./tools/presubmit --quick BUG=none Change-Id: I9407c3e1783f55e399358bdf291a999ee8dc8892 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3864925 Reviewed-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Christian Blichmann <cblichmann@google.com> Tested-by: Christian Blichmann <cblichmann@google.com>
This commit is contained in:
parent
05246b107c
commit
9dc9210d3d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ authors = ["The Chromium OS Authors"]
|
|||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
crate-type = ["cdylib", "staticlib"]
|
||||
|
||||
[dependencies]
|
||||
base = { path = "../base" }
|
||||
|
|
Loading…
Reference in a new issue