mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
13 lines
473 B
Markdown
13 lines
473 B
Markdown
|
# 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.
|
||
|
|
||
|
[system_api]:
|
||
|
https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/platform2/system_api/
|