aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index 1291f266e6..598d10b258 100644
--- a/build.yaml
+++ b/build.yaml
@@ -1312,6 +1312,17 @@ filegroups:
- grpc++
- grpc
libs:
+- name: address_sorting
+ build: all
+ language: c
+ headers:
+ - third_party/address_sorting/address_sorting.h
+ - third_party/address_sorting/address_sorting_internal.h
+ src:
+ - third_party/address_sorting/address_sorting.c
+ - third_party/address_sorting/address_sorting_posix.c
+ - third_party/address_sorting/address_sorting_windows.c
+ secure: false
- name: alts_test_util
build: private
language: c
@@ -5467,6 +5478,7 @@ php_config_m4:
- gpr
- boringssl
- z
+ - address_sorting
headers:
- src/php/ext/grpc/byte_buffer.h
- src/php/ext/grpc/call.h
@@ -5498,6 +5510,7 @@ python_dependencies:
- ares
- boringssl
- z
+ - address_sorting
ruby_gem:
deps:
- grpc
@@ -5505,3 +5518,4 @@ ruby_gem:
- ares
- boringssl
- z
+ - address_sorting