From 8931679bdeaa43dca55afbbf0a7dd847f08e45ba Mon Sep 17 00:00:00 2001 From: Raman Tenneti Date: Fri, 17 Sep 2021 21:41:04 -0700 Subject: Remove external/ruy/.gitmodules and submodule directories. git doesn't support submodules in external directory. Bug: 152899985 Test: Presubmit-Verify Change-Id: I24a04e638bb7d0f90cb791f46fc7f16e8cd86ef2 --- .gitmodules | 6 ------ third_party/cpuinfo | 1 - third_party/googletest | 1 - 3 files changed, 8 deletions(-) delete mode 100644 .gitmodules delete mode 160000 third_party/cpuinfo delete mode 160000 third_party/googletest diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 0e03f4e..0000000 --- a/.gitmodules +++ /dev/null @@ -1,6 +0,0 @@ -[submodule "googletest"] - path = third_party/googletest - url = https://github.com/google/googletest -[submodule "cpuinfo"] - path = third_party/cpuinfo - url = https://github.com/pytorch/cpuinfo diff --git a/third_party/cpuinfo b/third_party/cpuinfo deleted file mode 160000 index 5916273..0000000 --- a/third_party/cpuinfo +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5916273f79a21551890fd3d56fc5375a78d1598d diff --git a/third_party/googletest b/third_party/googletest deleted file mode 160000 index 6c58c11..0000000 --- a/third_party/googletest +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6c58c11d5497b6ee1df3cb400ce30deb72fc28c0 -- cgit v1.2.3