From 9403a6cc229b41b6a56cff20577790d4522b4fed Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Wed, 18 Nov 2020 20:28:35 +0000 Subject: [PATCH] Include C logging API into part of the libtensorflow_framework.so This PR includes C logging API into part of the libtensorflow_framework.so as otherwise the file system plugins will not be able to link to TF_Log to send logs to tensorflow logging system. Signed-off-by: Yong Tang --- tensorflow/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/BUILD b/tensorflow/BUILD index 274a829f575..56b33a493fc 100644 --- a/tensorflow/BUILD +++ b/tensorflow/BUILD @@ -743,6 +743,7 @@ tf_cc_shared_object( "//tensorflow/c/experimental/filesystem:filesystem_interface", "//tensorflow/c/experimental/stream_executor:stream_executor_hdrs", "//tensorflow/c:kernels_hdrs", + "//tensorflow/c:logging", "//tensorflow/c:ops_hdrs", "//tensorflow/cc/saved_model:loader_lite_impl", "//tensorflow/core/common_runtime:core_cpu_impl",