crosvm/sandbox
Daniel Verkamp 49ddd04f28 sandbox: mark Windows-specific dependencies
This will avoid future problems if we ever update Cargo.toml to build
the sandbox crate on non-Windows platforms.

Change-Id: Idc4773114d92ee682376fd44ccb400069ef08ce2
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5324727
Reviewed-by: Vikram Auradkar <auradkar@google.com>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
2024-02-26 19:07:41 +00:00
..
src
bindings.rs
build.rs
Cargo.toml sandbox: mark Windows-specific dependencies 2024-02-26 19:07:41 +00:00
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.