xref: /aosp_15_r20/external/crosvm/sandbox/README.md (revision bb4ee6a4ae7042d18b07a98463b9c8b875e44b39)
1*bb4ee6a4SAndroid Build Coastguard Worker# Sandbox dependencies
2*bb4ee6a4SAndroid Build Coastguard Worker
3*bb4ee6a4SAndroid Build Coastguard WorkerThis crate links against chromium project's
4*bb4ee6a4SAndroid Build Coastguard Worker[sandbox library](https://chromium.googlesource.com/chromium/src/+/6bb3606c2b1a60265fc7f1632896b640fa0d7865/sandbox/win/).
5*bb4ee6a4SAndroid Build Coastguard WorkerThe library is provided as a prebuilt because
6*bb4ee6a4SAndroid Build Coastguard Worker
7*bb4ee6a4SAndroid Build Coastguard Worker- The build system's toolchain doesn't support building that library.
8*bb4ee6a4SAndroid Build Coastguard Worker- The original library is C++ based and we have added a small C wrapper around it to which rust
9*bb4ee6a4SAndroid Build Coastguard Worker  binds.
10*bb4ee6a4SAndroid Build Coastguard Worker
11*bb4ee6a4SAndroid Build Coastguard Worker`build.rs` downloads the prebuilt library during build.
12*bb4ee6a4SAndroid Build Coastguard Worker
13*bb4ee6a4SAndroid Build Coastguard WorkerGooglers can build the library by following [these](http://shortn/_pKqdJVrziE) instructions.
14