mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 10:10:41 +00:00
0108238474
The patch also adds files to skip building and testing crates on windows. When we run ``` tools/windows/build_test.py --skip_file_name .windows_build_test_skip ``` the build/test succeeds without actually doing anything as build/test for all crates is skipped by creating '.windows_build_test_skip'. Bug: 213170957 Test: Ran script on downstream repo Change-Id: Iebd2cea463ee722be4feaed88229e1fb5e9fd6c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3417918 Reviewed-by: Dennis Kempin <denniskempin@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Vikram Auradkar <auradkar@google.com> |
||
---|---|---|
.. | ||
assertions | ||
audio_streams | ||
base | ||
cros-fuzz | ||
cros_async | ||
cros_asyncv2 | ||
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.