tree: e7ffc4dd00f027df2d66c63b8beb4d291bbeed51 [path history] [tgz]
  1. src/
  2. .windows_build_test_skip
  3. Android.bp
  4. Cargo.toml
  5. README.md
system_api_stub/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.