aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2016-08-17 16:59:20 -0700
committerGravatar GitHub <noreply@github.com>2016-08-17 16:59:20 -0700
commitb80d9c9626076c3a83bc68456881394d3629f713 (patch)
tree69accc4082be9ce0295e01a8a38e7457f2b6a4d9 /build.yaml
parentb731abf2159d833fb9f18661669b0a6011954e3d (diff)
parent7e024be839687470bd1343f70f08ec1e703eb9ec (diff)
Merge pull request #7594 from chedeti/grpc-thrift-v2
grpc thrift integration
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index 6ca2e9ebac..cc4faa5c4b 100644
--- a/build.yaml
+++ b/build.yaml
@@ -789,6 +789,13 @@ filegroups:
- src/cpp/ext/reflection.pb.cc
uses:
- grpc++_codegen_proto
+- name: thrift_util
+ language: c++
+ public_headers:
+ - include/grpc++/impl/codegen/thrift_serializer.h
+ - include/grpc++/impl/codegen/thrift_utils.h
+ uses:
+ - grpc++_codegen_base
libs:
- name: gpr
build: all
@@ -1031,6 +1038,7 @@ libs:
- grpc++_codegen_base_src
- grpc++_codegen_proto
- grpc++_config_proto
+ - thrift_util
- name: grpc++_unsecure
build: all
language: c++