From 4eb8c8c5383c63eaaccc116f4d1d683dbedefcde Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 16 May 2018 05:20:47 -0700 Subject: internal change PiperOrigin-RevId: 196813574 --- tensorflow/examples/android/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow/examples') 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, -- cgit v1.2.3