diff options
| author | Jason Macnak <natsu@google.com> | 2021-09-09 12:13:55 -0700 |
|---|---|---|
| committer | Jason Macnak <natsu@google.com> | 2021-09-09 21:01:13 +0000 |
| commit | 6cc3ad26e2ceb147cfd0d5ec43fd75beaf9981da (patch) | |
| tree | a4a82f4314bace4ace669a0b51accba299ecb226 | |
| parent | 22da49c8368da71f6b616c396b316965b341bde3 (diff) | |
| download | platform_external_crosvm-master.tar.gz platform_external_crosvm-master.tar.bz2 platform_external_crosvm-master.zip | |
... to avoid having a duplicate version of external/minijail
when using git with submodules in AOSP instead of repo.
Bug: b/152899985
Test: git clone --recurse-submodules <>
Test: source build/envsetup
Test: lunch aosp_cf_x86_64_phone-userdebug
Test: m
Change-Id: I27c0e1d0c3b15c6cb179c4e6b20df4eb6407be25
| -rw-r--r-- | .gitmodules | 15 | ||||
| m--------- | third_party/minigbm | 0 | ||||
| m--------- | third_party/minijail | 0 | ||||
| m--------- | third_party/virglrenderer | 0 | ||||
| m--------- | third_party/vmm_vhost | 0 | ||||
| m--------- | tpm2-sys/libtpm2 | 0 |
6 files changed, 0 insertions, 15 deletions
diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index a9025695..00000000 --- a/.gitmodules +++ /dev/null @@ -1,15 +0,0 @@ -[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/ diff --git a/third_party/minigbm b/third_party/minigbm deleted file mode 160000 -Subproject 2e63aaf616cdda26019d265989bd0d96ee11aab diff --git a/third_party/minijail b/third_party/minijail deleted file mode 160000 -Subproject 94cff17da47df59f567b64fd8e87795fcae055d diff --git a/third_party/virglrenderer b/third_party/virglrenderer deleted file mode 160000 -Subproject a108be89e36ad427bf5f9affdbb4dd434e119b2 diff --git a/third_party/vmm_vhost b/third_party/vmm_vhost deleted file mode 160000 -Subproject 70810633abb3f7e1e3f11ba728b114ccdcec6f3 diff --git a/tpm2-sys/libtpm2 b/tpm2-sys/libtpm2 deleted file mode 160000 -Subproject 6ab308b4578233be5c65d3a334be48419ea677a |
