From 289d2827ce20b76a1b10b61380f6fbcae9577a16 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 19 Mar 2020 21:50:57 -0700 Subject: [PATCH] Always link the static filesystem registration target. --- tensorflow/c/experimental/filesystem/plugins/posix/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/c/experimental/filesystem/plugins/posix/BUILD b/tensorflow/c/experimental/filesystem/plugins/posix/BUILD index 49a412dfb6a..3afe114b5a6 100644 --- a/tensorflow/c/experimental/filesystem/plugins/posix/BUILD +++ b/tensorflow/c/experimental/filesystem/plugins/posix/BUILD @@ -38,6 +38,7 @@ cc_library( "//tensorflow/c/experimental/filesystem:filesystem_interface", "//tensorflow/c/experimental/filesystem:modular_filesystem", ], + alwayslink = 1, ) # Library implementing helper functionality, so that the above only contains