From 7baeae44d061ecf8d91139a6316d767c3995971b Mon Sep 17 00:00:00 2001 From: deling-google <99381034+deling-google@users.noreply.github.com> Date: Thu, 31 Mar 2022 12:09:10 -0700 Subject: [PATCH] Add ukey2 submodule --- .gitmodules | 4 ++++ third_party/ukey2/ukey2 | 1 + 2 files changed, 5 insertions(+) create mode 160000 third_party/ukey2/ukey2 diff --git a/.gitmodules b/.gitmodules index e28f3669..f1abd72b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -18,3 +18,7 @@ path = third_party/depot_tools url = https://chromium.googlesource.com/chromium/tools/depot_tools.git branch = main +[submodule "third_party/ukey2/ukey2"] + path = third_party/ukey2/ukey2 + url = https://github.com/google/ukey2 + branch = master diff --git a/third_party/ukey2/ukey2 b/third_party/ukey2/ukey2 new file mode 160000 index 00000000..c2436e55 --- /dev/null +++ b/third_party/ukey2/ukey2 @@ -0,0 +1 @@ +Subproject commit c2436e55116964d88532080784f6ed496b0d11f9