mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
Add base crate to cargo_refactor
We are adding an ebuild file for this crate in a future CL: https://crrev.com/c/3251800 BUG=b:195126527 TEST=Run the script Change-Id: If58c28075d5f3a3d2ad2b8c55714d1f8cdb968ab Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3251784 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Dennis Kempin <denniskempin@google.com>
This commit is contained in:
parent
e40fb21c0d
commit
6e3350a956
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ def main():
|
|||
crates_to_move = [
|
||||
"assertions",
|
||||
"audio_streams",
|
||||
"base",
|
||||
"cros_async",
|
||||
"data_model",
|
||||
"enumn",
|
||||
|
|
Loading…
Reference in a new issue