mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
sys_util_core won't have OS specific features so that sys_util and win_sys_util can depend on it. Makes Error::new() to accept generic type that implements TryInto<i32>> Test: Presubmit Bug: b:213149154 Upstream-Crate: common/win_sys_util Change-Id: Ib99357634fdb00414a0ade7980a3d444770980ed Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3426382 Reviewed-by: Dennis Kempin <denniskempin@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Vikram Auradkar <auradkar@google.com> |
||
---|---|---|
.. | ||
assertions | ||
audio_streams | ||
balloon_control | ||
base | ||
cros-fuzz | ||
cros_async | ||
cros_asyncv2 | ||
data_model | ||
io_uring | ||
p9 | ||
sync | ||
sys_util | ||
sys_util_core | ||
README.md |
Crosvm General Purpose Libraries
The crates in this folder are general purpose libraries used by other projects in ChromeOS as well.
To make them accessible independendly of crosvm, each of these crates is excluded from the crosvm workspace.