mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
de91419c01
Updated sandbox policy for gpu process, and use a clipboard manager object to scope open and close clipboard. Test: ran multiple games to textboxes add tested paste Change-Id: I7497fbcff3922ec44428bf9708b01eecdfb4904b Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4804693 Reviewed-by: Vikram Auradkar <auradkar@google.com> Reviewed-by: Udam Saini <udam@google.com> |
||
---|---|---|
.. | ||
src | ||
bindings.rs | ||
build.rs | ||
Cargo.toml | ||
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.