mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
600ad38ff8
- Remove trailing ::{self} on all use statements - Remove any resulting single-level use statements (e.g. use libc;) - Reformat with `tools/fmt --nightly` BUG=b:239937122 TEST=tools/dev_container tools/presubmit --all Change-Id: I8afd1b0458ca6d08d9b41a24583f7d4148597ccb Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3798973 Auto-Submit: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Dennis Kempin <denniskempin@google.com> Tested-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Dennis Kempin <denniskempin@google.com> |
||
---|---|---|
.. | ||
assertions | ||
audio_streams | ||
balloon_control | ||
cros-fuzz | ||
cros_asyncv2 | ||
data_model | ||
p9 | ||
sync | ||
chromeos_warning.md | ||
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.