aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaewoong Jung <jungjw@google.com>2018-09-26 11:11:19 -0700
committerJaewoong Jung <jungjw@google.com>2018-09-27 11:15:55 -0700
commita1534d912995ff3ffa34ee1bccd5cd4e3049fdd6 (patch)
treeb99f98a0d2fe0d5d49d6283b80dafea9f199636a
parentdb891d78a3e7aae0b02ed5895627702fdc8fafbe (diff)
downloadgrpc-grpc-a1534d912995ff3ffa34ee1bccd5cd4e3049fdd6.tar.gz
Remove all submodules.master-cuttlefish-testing-release
Submodules are not supported by the current Android platfrom development tool chain, so only make git do extra work. Even worse, misconfigured submodules that break git-based workflows can be submitted without triggering a presubmit failure. Test: TreeHugger Issue: 109878533 Change-Id: I98cfa034260b69e4915c18f6a8cfe62d55defb52
-rw-r--r--.gitmodules44
m---------third_party/abseil-cpp0
m---------third_party/benchmark0
m---------third_party/bloaty0
m---------third_party/boringssl0
m---------third_party/boringssl-with-bazel0
m---------third_party/cares/cares0
m---------third_party/gflags0
m---------third_party/googletest0
m---------third_party/libcxx0
m---------third_party/libcxxabi0
m---------third_party/protobuf0
m---------third_party/zlib0
13 files changed, 0 insertions, 44 deletions
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index afde4d34f3..0000000000
--- a/.gitmodules
+++ /dev/null
@@ -1,44 +0,0 @@
-[submodule "third_party/zlib"]
- path = third_party/zlib
- url = https://github.com/madler/zlib
- # When using CMake to build, the zlib submodule ends up with a
- # generated file that makes Git consider the submodule dirty. This
- # state can be ignored for day-to-day development on gRPC.
- ignore = dirty
-[submodule "third_party/protobuf"]
- path = third_party/protobuf
- url = https://github.com/google/protobuf.git
- branch = 3.0.x
-[submodule "third_party/gflags"]
- path = third_party/gflags
- url = https://github.com/gflags/gflags.git
-[submodule "third_party/googletest"]
- path = third_party/googletest
- url = https://github.com/google/googletest.git
-[submodule "third_party/boringssl"]
- path = third_party/boringssl
- url = https://github.com/google/boringssl.git
-[submodule "third_party/benchmark"]
- path = third_party/benchmark
- url = https://github.com/google/benchmark
-[submodule "third_party/boringssl-with-bazel"]
- path = third_party/boringssl-with-bazel
- url = https://github.com/google/boringssl.git
-[submodule "third_party/cares/cares"]
- path = third_party/cares/cares
- url = https://github.com/c-ares/c-ares.git
- branch = cares-1_12_0
-[submodule "third_party/bloaty"]
- path = third_party/bloaty
- url = https://github.com/google/bloaty.git
-[submodule "third_party/abseil-cpp"]
- path = third_party/abseil-cpp
- url = https://github.com/abseil/abseil-cpp
-[submodule "third_party/libcxxabi"]
- path = third_party/libcxxabi
- url = https://github.com/llvm-mirror/libcxxabi.git
- branch = release_60
-[submodule "third_party/libcxx"]
- path = third_party/libcxx
- url = https://github.com/llvm-mirror/libcxx.git
- branch = release_60
diff --git a/third_party/abseil-cpp b/third_party/abseil-cpp
deleted file mode 160000
-Subproject cc4bed2d74f7c8717e31f9579214ab52a9c9c61
diff --git a/third_party/benchmark b/third_party/benchmark
deleted file mode 160000
-Subproject 5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f
diff --git a/third_party/bloaty b/third_party/bloaty
deleted file mode 160000
-Subproject 73594cde8c9a52a102c4341c244c833aa61b9c0
diff --git a/third_party/boringssl b/third_party/boringssl
deleted file mode 160000
-Subproject b29b21a81b32ec273f118f589f46d56ad333242
diff --git a/third_party/boringssl-with-bazel b/third_party/boringssl-with-bazel
deleted file mode 160000
-Subproject 8149b351bf797bd80e063787886b7618f508e45
diff --git a/third_party/cares/cares b/third_party/cares/cares
deleted file mode 160000
-Subproject 3be1924221e1326df520f8498d704a5c4c8d0cc
diff --git a/third_party/gflags b/third_party/gflags
deleted file mode 160000
-Subproject 30dbc81fb5ffdc98ea9b14b1918bfe4e8779b26
diff --git a/third_party/googletest b/third_party/googletest
deleted file mode 160000
-Subproject ec44c6c1675c25b9827aacd08c02433cccde778
diff --git a/third_party/libcxx b/third_party/libcxx
deleted file mode 160000
-Subproject 6599cac0965be8e5a835ab7a5684bbef033d5ad
diff --git a/third_party/libcxxabi b/third_party/libcxxabi
deleted file mode 160000
-Subproject 9245d481eb3e890f708ff2d7dadf2a10c04748b
diff --git a/third_party/protobuf b/third_party/protobuf
deleted file mode 160000
-Subproject 48cb18e5c419ddd23d9badcfe4e9df7bde1979b
diff --git a/third_party/zlib b/third_party/zlib
deleted file mode 160000
-Subproject cacf7f1d4e3d44d871b605da3b647f07d718623