Add direct dependencies as submodules

Change-Id: I79c59022a45135891c55eceb155eb3d717344e0b
This commit is contained in:
Alexey Polyudov
2020-04-04 12:54:58 -07:00
parent 204f76077d
commit b0730bb8c9
6 changed files with 25 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
[submodule "third_party/ukey2"]
path = third_party/ukey2
url = sso://team/nearby-eng/ukey2
branch = master
[submodule "third_party/protobuf"]
path = third_party/protobuf
url = https://github.com/protocolbuffers/protobuf
branch = master
[submodule "third_party/gtest"]
path = third_party/gtest
url = https://github.com/google/googletest
branch = master
[submodule "third_party/absl"]
path = third_party/absl
url = https://github.com/abseil/abseil-cpp
branch = master
[submodule "third_party/smhasher"]
path = third_party/smhasher
url = https://github.com/aappleby/smhasher
branch = master
Vendored Submodule
+1
Submodule third_party/absl added at 62f05b1f57
Vendored Submodule
+1
Submodule third_party/gtest added at 61f010d703
Vendored Submodule
+1
Submodule third_party/protobuf added at c649397029
Vendored Submodule
+1
Submodule third_party/smhasher added at 61a0530f28
Vendored Submodule
+1
Submodule third_party/ukey2 added at 2fc30c8894