mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
The patch disallows any platform specific code in sys_util_core and doesn't let sys_util compile on windows platform. This ensure to some extent that we keep sys_util and it's dependency sys_util_core independent of windows code. check_code_hygiene is not foolproof. Test: Ran the script against a modified file in sys_util_core containing string "target_os = " Tried to compile sys_util on windows. Bug: b:215610772 Upstream-Crate: common/win_sys_util Cq-Depend: chromium:3433709 Change-Id: Ideb45092a959dd347d966633c3bd4e82f842b1a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3438709 Reviewed-by: Dennis Kempin <denniskempin@google.com> Tested-by: kokoro <noreply+kokoro@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.