proto/third_party: Check in submodules for protobuf and googleapis dependencies.

Update Makefile and README for dependencies.
This commit is contained in:
Aaron Son
2019-07-24 11:14:44 -07:00
parent 5fc6fd5d6a
commit b826ea2320
5 changed files with 14 additions and 17 deletions

6
.gitmodules vendored Normal file
View File

@@ -0,0 +1,6 @@
[submodule "proto/third_party/protobuf"]
path = proto/third_party/protobuf
url = git@github.com:protocolbuffers/protobuf.git
[submodule "proto/third_party/googleapis"]
path = proto/third_party/googleapis
url = git@github.com:googleapis/googleapis.git