aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform
diff options
context:
space:
mode:
authorGravatar Shashi Shekhar <shashishekhar@google.com>2018-07-31 21:59:46 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-31 22:03:38 -0700
commit775514f8012a1b8a41687a0d546989187c8a86d6 (patch)
tree87bf2c0879843f2d9a3de3560a0f806216ce802f /tensorflow/core/platform
parent54f4fc66ecfe09e00db2369b6bfbaf3384d3fc69 (diff)
Revert changes to logging, since it breaks a few internal tests.
PiperOrigin-RevId: 206879653
Diffstat (limited to 'tensorflow/core/platform')
-rw-r--r--tensorflow/core/platform/logging.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tensorflow/core/platform/logging.h b/tensorflow/core/platform/logging.h
index 44d4d91a00..985c061676 100644
--- a/tensorflow/core/platform/logging.h
+++ b/tensorflow/core/platform/logging.h
@@ -18,7 +18,8 @@ limitations under the License.
#include "tensorflow/core/platform/platform.h" // To pick up PLATFORM_define
-#if defined(PLATFORM_GOOGLE) || defined(GOOGLE_LOGGING)
+#if defined(PLATFORM_GOOGLE) || defined(PLATFORM_GOOGLE_ANDROID) || \
+ defined(GOOGLE_LOGGING)
#include "tensorflow/core/platform/google/build_config/logging.h"
#else
#include "tensorflow/core/platform/default/logging.h"