From c3100d4582befaea344d3e9fbe83eb991665d1a1 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Tue, 9 Aug 2022 14:19:32 -0700 Subject: [PATCH] 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 Reviewed-by: Dennis Kempin Auto-Submit: Daniel Verkamp Commit-Queue: Dennis Kempin Tested-by: Daniel Verkamp --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index a90256951e..7369a21f8c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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/