mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-09 20:04:20 +00:00
All uses except in test code have been eliminated, so we can remove it now. This was an unsafe abstraction, and we have better alternatives (such as the read_obj()/write_obj() functions) that do not create a long-lived mutable reference that could easily alias other slices. BUG=None TEST=tools/presubmit --all Change-Id: I84f1e2487d6211ce24b8fc992fa7675765870132 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3824000 Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> Reviewed-by: Alexandre Courbot <acourbot@chromium.org> |
||
---|---|---|
.. | ||
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.