mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 05:03:05 +00:00
c28067d1d9
Test: presubmit Change-Id: I39c261d9985989873b698213c5d8b653fc13757b Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5299850 Auto-Submit: Kaiyi Li <kaiyili@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> |
||
---|---|---|
.. | ||
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.