Merge pull request #25447 from aidanwolter3/fx-disable-cares

[Fuchsia] Disable C-ARES resolver
pull/25477/head
Esun Kim 4 years ago committed by GitHub
commit fa75d67470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      include/grpc/impl/codegen/port_platform.h

@ -366,6 +366,7 @@
#define GPR_ARCH_32 1
#endif /* _LP64 */
#elif defined(__Fuchsia__)
#define GRPC_ARES 0
#define GPR_FUCHSIA 1
#define GPR_ARCH_64 1
#define GPR_PLATFORM_STRING "fuchsia"

Loading…
Cancel
Save