1# Stub crate for system_api 2 3system_api is used by ChromeOS to interact with other system services. 4 5In ChromeOS builds, the `chromeos` cargo feature is enabled and this crate is replaced with the 6actual [system_api] implementation. 7 8On other platforms, the feature flag will remain disabled and this crate is used to satisfy cargo 9dependencies on system_api. 10 11[system_api]: https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/platform2/system_api/ 12