Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 03-May-2024 | - | 2 | 0 | ||
Android.bp | D | 03-May-2024 | 771 | 23 | 20 | |
Cargo.toml | D | 03-May-2024 | 137 | 9 | 7 | |
README.md | D | 03-May-2024 | 469 | 12 | 7 |
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