Skip to content

Commit dcfb6a9

Browse files
authored
Merge pull request grpc#24296 from damonkey2/patch-1
Include ares_android.(c|h) in the build config.
2 parents acb198b + f7f48c4 commit dcfb6a9

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)