summary refs log tree commit diff
path: root/sync
diff options
context:
space:
mode:
authorpaulhsia <paulhsia@chromium.org>2018-12-20 15:44:11 +0800
committerchrome-bot <chrome-bot@chromium.org>2019-01-03 15:04:23 -0800
commitd1eceeca7bfd12d4d1236346d7cdcc89b5e949e2 (patch)
treefc288566854162ec0e02db49e02fde8dbea8df11 /sync
parentf71764228adea535188cf37a521b5b673a107b5d (diff)
downloadcrosvm-d1eceeca7bfd12d4d1236346d7cdcc89b5e949e2.tar
crosvm-d1eceeca7bfd12d4d1236346d7cdcc89b5e949e2.tar.gz
crosvm-d1eceeca7bfd12d4d1236346d7cdcc89b5e949e2.tar.bz2
crosvm-d1eceeca7bfd12d4d1236346d7cdcc89b5e949e2.tar.lz
crosvm-d1eceeca7bfd12d4d1236346d7cdcc89b5e949e2.tar.xz
crosvm-d1eceeca7bfd12d4d1236346d7cdcc89b5e949e2.tar.zst
crosvm-d1eceeca7bfd12d4d1236346d7cdcc89b5e949e2.zip
crosvm: Split sub-crates into independent workspace
Split sub-crates under crosvm root directory into several independent
workspaces for adding ebuild files for those crates.

data_model and sys_util could only be built by emerge after creating
their ebuilds.

BUG=chromium:916921
TEST='emerge-eve crosvm'
TEST=Run 'cargo build' under crosvm directory

Change-Id: I2dddbbb7c7344e643183a5885e867f134b299591
Reviewed-on: https://chromium-review.googlesource.com/1385972
Commit-Ready: Chih-Yang Hsia <paulhsia@chromium.org>
Tested-by: Chih-Yang Hsia <paulhsia@chromium.org>
Reviewed-by: Chirantan Ekbote <chirantan@chromium.org>
Reviewed-by: Zach Reizner <zachr@chromium.org>
Diffstat (limited to 'sync')
-rw-r--r--sync/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/sync/Cargo.toml b/sync/Cargo.toml
index d8ce024..b74e672 100644
--- a/sync/Cargo.toml
+++ b/sync/Cargo.toml
@@ -2,3 +2,6 @@
 name = "sync"
 version = "0.1.0"
 authors = ["The Chromium OS Authors"]
+include = ["src/**/*", "Cargo.toml"]
+
+[workspace]