aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/support/log_posix.c
diff options
context:
space:
mode:
authorGravatar Perumaal S <perumaal@chromium.org>2016-09-22 15:49:02 -0700
committerGravatar Perumaal S <perumaal@chromium.org>2016-09-22 15:49:02 -0700
commit8a6c8258842c30c4185e1c57b2309daf3d14396e (patch)
tree648d3ab7d3825f4ebf04f2ce4b9b82f001bb7a90 /src/core/lib/support/log_posix.c
parent2790156de5975b9e77635a8e610b387d769e3a80 (diff)
Fix Android CPP Build issues
Diffstat (limited to 'src/core/lib/support/log_posix.c')
-rw-r--r--src/core/lib/support/log_posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/support/log_posix.c b/src/core/lib/support/log_posix.c
index 868d565af8..f972da0887 100644
--- a/src/core/lib/support/log_posix.c
+++ b/src/core/lib/support/log_posix.c
@@ -33,7 +33,7 @@
#include <grpc/support/port_platform.h>
-#if defined (GPR_POSIX_LOG) && !defined (GPR_ANDROID)
+#ifdef GPR_POSIX_LOG
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>