From eb3c2499a49a1e3a541ef3272b09aeca957f3226 Mon Sep 17 00:00:00 2001 From: Alexey Polyudov Date: Sun, 5 Apr 2020 12:08:37 -0700 Subject: [PATCH] add depot_tools submodule Signed-off-by: Alexey Polyudov Change-Id: Ic7bdf8d36c39b14a5a0922b01a6ea64df066a1bb --- .gitmodules | 4 ++++ third_party/depot_tools | 1 + 2 files changed, 5 insertions(+) create mode 160000 third_party/depot_tools diff --git a/.gitmodules b/.gitmodules index eb391ac3..92e5c3e7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -18,3 +18,7 @@ path = third_party/smhasher url = https://github.com/aappleby/smhasher branch = master +[submodule "third_party/depot_tools"] + path = third_party/depot_tools + url = https://chromium.googlesource.com/chromium/tools/depot_tools.git + branch = master diff --git a/third_party/depot_tools b/third_party/depot_tools new file mode 160000 index 00000000..19d4809e --- /dev/null +++ b/third_party/depot_tools @@ -0,0 +1 @@ +Subproject commit 19d4809e112652f918494840bab819603b0a2816