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 Reformat comments 2024-02-15 23:30:13 +00: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 sandbox: mark Windows-specific dependencies 2024-02-26 19:07:41 +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.