mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
42b825f740
Instead of requiring crosvm to be checked out via the chromeos manifest to access dependencies in the ChromeOS monorepo, this change adds git submodules to third_party/. The CI scripts and Cargo.toml are updated to use the new paths. BUG=b:194336213 TEST=git clone --recursive https://chromium.googlesource.com/chromiumos/platform/crosvm cd crosvm cargo test ./test_all ./ci/kokoro/simulate_all Change-Id: I9859d18176e21909ac3a140976fbd67cc14129bb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3049003 Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Dennis Kempin <denniskempin@google.com> Reviewed-by: Chirantan Ekbote <chirantan@chromium.org>
15 lines
685 B
Text
15 lines
685 B
Text
[submodule "tpm2-sys/libtpm2"]
|
|
path = tpm2-sys/libtpm2
|
|
url = https://chromium.googlesource.com/chromiumos/third_party/tpm2
|
|
[submodule "third_party/minigbm"]
|
|
path = third_party/minigbm
|
|
url = https://chromium.googlesource.com/chromiumos/platform/minigbm
|
|
[submodule "third_party/virglrenderer"]
|
|
path = third_party/virglrenderer
|
|
url = https://chromium.googlesource.com/chromiumos/third_party/virglrenderer
|
|
[submodule "third_party/minijail"]
|
|
path = third_party/minijail
|
|
url = https://android.googlesource.com/platform/external/minijail
|
|
[submodule "third_party/vmm_vhost"]
|
|
path = third_party/vmm_vhost
|
|
url = https://chromium.googlesource.com/chromiumos/third_party/rust-vmm/vhost/
|