aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/cares/cares.BUILD
Commit message (Collapse)AuthorAge
* Update comments to mention iOS also is not supported.Gravatar Param Reddy2017-10-24
|
* Android does not have getservbyport_r so use getservbyportGravatar Param Reddy2017-10-24
|
* Fix build for ios app using grpc as cc_libraryGravatar Param Reddy2017-10-20
| | | | | | | | | | | | For ios build, bazel build needs to be invoked with: --ios_multi_cpu=armv7,arm64 build. This in turn gets picked as cpu based on the docs: --[no]experimental_enable_objc_cc_deps default: "true" Allows objc_* rules to depend on cc_library and causes any objc dependencies to be built with --cpu set to "ios_<--ios_cpu>" for any values in --ios_multi_cpu. This diff explicitly adds darwin config for cpu being ios_x86_64, ios_armv7, ios_armv7s and ios_arm64. We cant use ios_cpu as condition because its set to x86_64 by default and causes linux build break.
* fixes #11473Gravatar Makarand Dharmapurikar2017-06-12
|
* fix bazel build for osxGravatar Makarand Dharmapurikar2017-04-18
| | | | add config setting for building c-ares on osx
* Add bazel build rule for c-aresGravatar Yuchen Zeng2017-01-23