mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-09 03:57:24 +00:00
Run tools/fmt --nightly BUG=None TEST=None Change-Id: Iaccfc5fe141c512f4b508c699f89686a4552bf96 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3988327 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Dennis Kempin <denniskempin@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.