aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/cares/BUILD
diff options
context:
space:
mode:
authorGravatar Ning Ren <ningr@google.com>2017-11-20 15:24:21 -0800
committerGravatar Alexander Polcyn <apolcyn@google.com>2017-12-14 17:37:55 -0800
commit174e02ae3e377e1cfc36a620a078d8046b0887c1 (patch)
tree9398499c265ccc49cac563b69e4d949de1eb76f6 /third_party/cares/BUILD
parent5d37e61d069a3d33fba15db35151d013a298537f (diff)
Packs contents of WORKSPACE into a bzl function, so that it can be resued by other projects, and simplifies cares build.
Diffstat (limited to 'third_party/cares/BUILD')
-rw-r--r--third_party/cares/BUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/cares/BUILD b/third_party/cares/BUILD
new file mode 100644
index 0000000000..ad27d93c0f
--- /dev/null
+++ b/third_party/cares/BUILD
@@ -0,0 +1,9 @@
+exports_files([
+ "ares_build.h",
+ "cares.BUILD",
+ "config_android/ares_config.h",
+ "config_darwin/ares_config.h",
+ "config_freebsd/ares_config.h",
+ "config_linux/ares_config.h",
+ "config_openbsd/ares_config.h",
+])