Skip to content

Commit

Permalink
Add envoy and its dependent repos as submodules in third_party
Browse files Browse the repository at this point in the history
The basic criteria is to have protoc generate code for envoy api's and
this change achieves that.

e.g.
protoc -I=$PWD -I=$PWD/third_party/data-plane-api -I=$PWD/third_party/googleapis -I=$PWD/third_party/protobuf -I=$PWD/third_party/protoc-gen-validate third_party/data-plane-api/envoy/api/v2/eds.proto
  • Loading branch information
vishalpowar committed Nov 14, 2018
1 parent 637e4ea commit edab4e7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,12 @@
path = third_party/libcxx
url = https://github.com/llvm-mirror/libcxx.git
branch = release_60
[submodule "third_party/data-plane-api"]
path = third_party/data-plane-api
url = https://github.com/envoyproxy/data-plane-api.git
[submodule "third_party/googleapis"]
path = third_party/googleapis
url = https://github.com/googleapis/googleapis.git
[submodule "third_party/protoc-gen-validate"]
path = third_party/protoc-gen-validate
url = https://github.com/lyft/protoc-gen-validate.git
1 change: 1 addition & 0 deletions third_party/data-plane-api
Submodule data-plane-api added at 911001
1 change: 1 addition & 0 deletions third_party/googleapis
Submodule googleapis added at 80ed4d
1 change: 1 addition & 0 deletions third_party/protoc-gen-validate
Submodule protoc-gen-validate added at e14318

0 comments on commit edab4e7

Please sign in to comment.