crosvm/sandbox
Keiichi Watanabe faa3a06b07 sandbox: Fix static-mut-refs error
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>
2025-11-21 13:20:06 -08:00
..
src sandbox: Fix static-mut-refs error 2025-11-21 13:20:06 -08:00
bindings.rs sandbox: upstream sandbox 2022-10-12 21:05:39 +00:00
build.rs sandbox: upstream sandbox 2022-10-12 21:05:39 +00:00
Cargo.toml Cargo.toml: avoid "*" versions for external crates 2024-05-22 01:01:42 +00:00
prebuilts_version sandbox: upstream sandbox 2022-10-12 21:05:39 +00:00
README.md sandbox: Add a README 2022-10-13 16:25:08 +00:00

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.