mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-28 01:16:50 +00:00
78f62a44e7
generated files and a list of excluded files are skipped. Others are fixed to include the missing header. BUG=b:246579983 TEST=./tools/health-check --all copyright_header Change-Id: I13e9bf79df18789f1ed4b83fc47c0c2e080d70a8 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3894240 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
Stub crate for libcras
libcras is used by ChromeOS to play audio through the cras server.
In ChromeOS builds, the audio_cras
cargo feature is enabled and this crate is replaced with the
actual libcras implementation.
On other platforms, the feature flag will remain disabled and this crate is used to satisfy cargo dependencies on libcras.