aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tensorflow/tf_exported_symbols.lds1
-rw-r--r--tensorflow/tf_version_script.lds1
2 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/tf_exported_symbols.lds b/tensorflow/tf_exported_symbols.lds
index cb81e89922..f1a5462942 100644
--- a/tensorflow/tf_exported_symbols.lds
+++ b/tensorflow/tf_exported_symbols.lds
@@ -1,3 +1,4 @@
*tensorflow*
*perftools*gputools*
+*google*protobuf*
*tf_*
diff --git a/tensorflow/tf_version_script.lds b/tensorflow/tf_version_script.lds
index 8c8c8be5a9..4df9c99485 100644
--- a/tensorflow/tf_version_script.lds
+++ b/tensorflow/tf_version_script.lds
@@ -2,6 +2,7 @@ tensorflow {
global:
*tensorflow*;
*perftools*gputools*;
+ *google*protobuf*;
local:
*;
};