BUG=b:455879436 TEST=./tools/build_release --platform=mingw64 --build-profile chromeos Change-Id: I099bf2aa552ec5e84ef8c18ba1b9186b808b1e63 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/7170260 Reviewed-by: Noah Gold <nkgold@google.com> Commit-Queue: Keiichi Watanabe <keiichiw@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.