mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
578e7cce45
As a step toward creating a well-defined base API distinct from sys_util, remove the wildcard `pub use sys_util::*` and individuall export just the types, functions, and macros that are intended to be a part of the public base API. The only functional change is that the net namespace is flattened into the top-level base namespace, since it inconsistent with the rest of the API. (sys_util is not affected and still exports mod net, but base does not.) BUG=None TEST=tools/presubmit TEST=emerge-hatch crosvm TEST=emerge-trogdor crosvm Change-Id: I4028d3489cb3816ec9b8d609b3957db8825eb63d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3500062 Reviewed-by: Dennis Kempin <denniskempin@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> Reviewed-by: Vikram Auradkar <auradkar@google.com> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |