From e711039fa9ee0c4cfedfd163d334356504714fc5 Mon Sep 17 00:00:00 2001 From: Raman Tenneti Date: Fri, 17 Sep 2021 19:37:35 -0700 Subject: Remove external/ukey2/.gitmodules and submodule directories. git doesn't support submodules in external directory. Bug: 152899985 Test: Presubmit-Verify Change-Id: I11401a848b6d3b87568c795cad3e3762eb256513 --- .gitmodules | 16 ---------------- third_party/absl | 1 - third_party/gtest | 1 - third_party/protobuf | 1 - third_party/secure_message | 1 - 5 files changed, 20 deletions(-) delete mode 100644 .gitmodules delete mode 160000 third_party/absl delete mode 160000 third_party/gtest delete mode 160000 third_party/protobuf delete mode 160000 third_party/secure_message diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 2624f19..0000000 --- a/.gitmodules +++ /dev/null @@ -1,16 +0,0 @@ -[submodule "third_party/secure_message"] - path = third_party/secure_message - url = https://github.com/google/securemessage - branch = master -[submodule "third_party/gtest"] - path = third_party/gtest - url = https://github.com/google/googletest - branch = master -[submodule "third_party/protobuf"] - path = third_party/protobuf - url = https://github.com/protocolbuffers/protobuf - branch = master -[submodule "third_party/absl"] - path = third_party/absl - url = https://github.com/abseil/abseil-cpp - branch = master diff --git a/third_party/absl b/third_party/absl deleted file mode 160000 index 62f05b1..0000000 --- a/third_party/absl +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 62f05b1f57ad660e9c09e02ce7d591dcc4d0ca08 diff --git a/third_party/gtest b/third_party/gtest deleted file mode 160000 index 703bd9c..0000000 --- a/third_party/gtest +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 703bd9caab50b139428cea1aaff9974ebee5742e diff --git a/third_party/protobuf b/third_party/protobuf deleted file mode 160000 index d0bfd52..0000000 --- a/third_party/protobuf +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d0bfd5221182da1a7cc280f3337b5e41a89539cf diff --git a/third_party/secure_message b/third_party/secure_message deleted file mode 160000 index e7b6988..0000000 --- a/third_party/secure_message +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e7b6988454bc94601616fbbf0db3559f73a1ebdf -- cgit v1.2.3