Merge pull request #18050 from apolcyn/disable_ares_android

Backport https://github.com/grpc/grpc/pull/18046 to 1.19.x
pull/18092/head
apolcyn 6 years ago committed by GitHub
commit 3b37b5e920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      include/grpc/impl/codegen/port_platform.h

@ -125,6 +125,10 @@
#elif defined(ANDROID) || defined(__ANDROID__)
#define GPR_PLATFORM_STRING "android"
#define GPR_ANDROID 1
// TODO(apolcyn): re-evaluate support for c-ares
// on android after upgrading our c-ares dependency.
// See https://github.com/grpc/grpc/issues/18038.
#define GRPC_ARES 0
#ifdef _LP64
#define GPR_ARCH_64 1
#else /* _LP64 */

Loading…
Cancel
Save