aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-05-16 05:20:47 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-16 05:25:05 -0700
commit4eb8c8c5383c63eaaccc116f4d1d683dbedefcde (patch)
tree8aa96bca8b91f525c0067a35acde0582c3e11c48 /tensorflow/examples
parent15c319f856b205664b2f462e0434ada22037771a (diff)
internal change
PiperOrigin-RevId: 196813574
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,