mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-28 09:33:01 +00:00
c13c0c210b
Developers may need to manually clean up the common/enumn directory - it will be left behind if there are build artifacts (Cargo.lock, target directory, etc.): rm -rf common/enumn BUG=b:205344148 TEST=cargo build TEST=tools/presubmit TEST=emerge-hatch crosvm # with https://crrev.com/c/3265967 Change-Id: I1af3bdd22f40e87895a78a5cbc8033476058c927 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3278774 Reviewed-by: Dennis Kempin <denniskempin@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> |
||
---|---|---|
.. | ||
assertions | ||
audio_streams | ||
base | ||
cros-fuzz | ||
cros_async | ||
data_model | ||
io_uring | ||
p9 | ||
sync | ||
sys_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.