Move */logging.cc into :platform_base since it already exposes the header loggging.h
authorA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 26 Apr 2018 19:10:34 +0000 (12:10 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 26 Apr 2018 19:13:16 +0000 (12:13 -0700)
commitb6adaabea73669b112e88947546e41299f89d44c
treed4a567505cddcca10de8b85776067cee95c0e8d6
parentd66adb41874acddfd9e01f46e064965ee39850ca
Move */logging.cc into :platform_base since it already exposes the header loggging.h

This also brings env_time.h and env_time.cc, because on the 'default' platform logging needs env_time.

Add helpers tf_platform_srcs and tf_platform_hdrs to deal with files
that are not necessarily available in all platforms.

PiperOrigin-RevId: 194434322
tensorflow/core/BUILD
tensorflow/core/platform/default/build_config.bzl