third_party/minijail: switch to chromium repository

The minijail repo has moved back to Chromium. Update the submodule URL
to match.

BUG=None
TEST=git fetch

Change-Id: I9393d51f554c31f77c9592e2fa1a51474c4dcb89
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3820346
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-by: Dennis Kempin <denniskempin@google.com>
Auto-Submit: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Dennis Kempin <denniskempin@google.com>
Tested-by: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
Daniel Verkamp 2022-08-09 14:19:32 -07:00 committed by crosvm LUCI
parent 0bde005ece
commit c3100d4582

2
.gitmodules vendored
View file

@ -9,7 +9,7 @@
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
url = https://chromium.googlesource.com/chromiumos/platform/minijail
[submodule "third_party/vmm_vhost"]
path = third_party/vmm_vhost
url = https://chromium.googlesource.com/chromiumos/third_party/rust-vmm/vhost/