Expose Logging C API in pip package

While working on modular file systems, noticed that the logging
C API headers are not included in tensorflow pip packages.

This limit the ability for plugins to add logging in the file system.

This PR adds logging C API header in pip package.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang 2020-11-08 18:46:45 +00:00
parent ef82f4c66c
commit 021de874f4

View File

@ -199,6 +199,7 @@ tf_cuda_library(
"//tensorflow/core:portable_tensorflow_lib_lite", "//tensorflow/core:portable_tensorflow_lib_lite",
], ],
"//conditions:default": [ "//conditions:default": [
":logging",
":tf_status", ":tf_status",
":tf_tensor", ":tf_tensor",
"@com_google_absl//absl/strings", "@com_google_absl//absl/strings",