mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-08 19:33:07 +00:00
sandbox: Add a README
BUG=b:213170185 TEST=presubmit Change-Id: I8ff176f9f6e3bc84e9552d208ba587d204c9bbb3 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3949681 Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Auto-Submit: Vikram Auradkar <auradkar@google.com>
This commit is contained in:
parent
d04b0f51fe
commit
660aee3312
1 changed files with 13 additions and 0 deletions
13
sandbox/README.md
Normal file
13
sandbox/README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Sandbox dependencies
|
||||
|
||||
This crate links against chromium project's
|
||||
[sandbox library](https://chromium.googlesource.com/chromium/src/+/6bb3606c2b1a60265fc7f1632896b640fa0d7865/sandbox/win/).
|
||||
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](http://shortn/_pKqdJVrziE) instructions.
|
Loading…
Reference in a new issue