mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 13:23:08 +00:00
bb9c6fba45
Creates sound configurations in the broker, depending on if the vhost-user flag for sound is set. Follows the same pattern as the GPU device. BUG=b:269174100 TEST=downstream Change-Id: I6ae4b5d5e0fa50e169e7f477cf268f4bf7f05050 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4246715 Reviewed-by: Noah Gold <nkgold@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Alexandre Courbot <acourbot@chromium.org> Commit-Queue: Idan Raiter <idanr@google.com> |
||
---|---|---|
.. | ||
src | ||
bindings.rs | ||
build.rs | ||
Cargo.toml | ||
prebuilts_version | ||
README.md |
Sandbox dependencies
This crate links against chromium project's sandbox library. The library is provided as a prebuilt because
- The build system's toolchain doesn't support building that library.
- The original library is C++ based and we have added a small C wrapper around it to which rust binds.
build.rs
downloads the prebuilt library during build.
Googlers can build the library by following these instructions.