mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
bed40ad547
BUG=none TEST=cq Change-Id: I0059c970879b78bfd40b6ce58b10debcf154b50f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3508322 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Anton Romanov <romanton@google.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
Stub crate for system_api
system_api is used by ChromeOS to interact with other system services.
In ChromeOS builds, the chromeos
cargo feature is enabled and this crate is replaced with the
actual system_api implementation.
On other platforms, the feature flag will remain disabled and this crate is used to satisfy cargo dependencies on system_api.