Skip to content

Commit f7f48c4

Browse files
authored
Include ares_android.(c|h) in the build config.
This change adds `ares_android.h` and `ares_android.c` to the `third_party/cares/cares.BUILD` in order to support builds in the Android Native Development Kit (NDK). Fixes grpc#21437
1 parent 32e4c1c commit f7f48c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

third_party/cares/cares.BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ cc_library(
113113
"ares__get_hostent.c",
114114
"ares__read_line.c",
115115
"ares__timeval.c",
116+
"ares_android.c",
116117
"ares_cancel.c",
117118
"ares_create_query.c",
118119
"ares_data.c",
@@ -162,6 +163,7 @@ cc_library(
162163
],
163164
hdrs = [
164165
"ares.h",
166+
"ares_android.h",
165167
"ares_build.h",
166168
"ares_config.h",
167169
"ares_data.h",

0 commit comments

Comments
 (0)