mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
835badb57a
This is as is upstream of win_sys_util except following changes 1. Ignores flaky tests in syslog.rs and priority.rs - a todo is added. 2. Ignore this crate of unix tests/clippy. 3. Fix few doctest issues on windows. The files are pulled from downstream repo at Commit-Id: 53e8dfa6ec26de3f2ea2b637a5bfef96703214f3 Downstream-Change-Id: I5dd9e70566330b469fe245fc71451fb4dcd7e1ba The cl should not affect unix binaries. Bug: b:223840386 Test: Tested on windows by running 1. cargo test --all-features 2. cargo clippy 3. cargo fmt Change-Id: I454f2e03b6269f374d107b83c8223ce98b9e29bf Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3514125 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 | ||
win_sys_util | ||
win_util | ||
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.