Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | H | 25-Apr-2025 | - | 160 | 123 | |
Android.bp | H A D | 25-Apr-2025 | 895 | 29 | 26 | |
Cargo.toml | H A D | 25-Apr-2025 | 178 | 13 | 10 | |
README.md | H A D | 25-Apr-2025 | 471 | 12 | 7 |
README.md
1# Stub crate for libcras 2 3libcras is used by ChromeOS to play audio through the cras server. 4 5In ChromeOS builds, the `audio_cras` cargo feature is enabled and this crate is replaced with the 6actual [libcras] implementation. 7 8On other platforms, the feature flag will remain disabled and this crate is used to satisfy cargo 9dependencies on libcras. 10 11[libcras]: https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/third_party/adhd/cras/client/libcras/ 12