• Home
Name Date Size #Lines LOC

..--

src/03-May-2024-20

Android.bpD03-May-2024771 2320

Cargo.tomlD03-May-2024137 97

README.mdD03-May-2024469 127

README.md

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