aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples')
-rw-r--r--tensorflow/examples/android/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/examples/android/BUILD b/tensorflow/examples/android/BUILD
index aa594a63c6..07f096418f 100644
--- a/tensorflow/examples/android/BUILD
+++ b/tensorflow/examples/android/BUILD
@@ -36,7 +36,7 @@ cc_binary(
"-z defs",
"-s",
"-Wl,--version-script", # This line must be directly followed by LINKER_SCRIPT.
- LINKER_SCRIPT,
+ "$(location {})".format(LINKER_SCRIPT),
],
linkshared = 1,
linkstatic = 1,