mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
7599eeddbb
This API directly depends on Minijail, so it does not make sense for it to be in the base crate that should be cross platform. Move it into the jail crate, which already wraps other Linux-specific Minijail functionality. If we need to add a fork API that works on all unix platforms (including non-Linux), that could be re-added in base, but for now, this is only needed for Linux. This removes the `base` crate's dependency on minijail, as well as the special case test harness (which is moved to `jail` instead). Change-Id: Iabefff03ab18222b71b82571bd815d5f028236c8 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5556681 Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Frederick Mayle <fmayle@google.com> |
||
---|---|---|
.. | ||
base_event_token_derive | ||
src | ||
tests | ||
.build_test_serial | ||
Cargo.toml |