aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorflow.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tensorflow.bzl')
-rw-r--r--tensorflow/tensorflow.bzl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/tensorflow.bzl b/tensorflow/tensorflow.bzl
index 348745f8d2..b0ed57996c 100644
--- a/tensorflow/tensorflow.bzl
+++ b/tensorflow/tensorflow.bzl
@@ -22,6 +22,9 @@ load(
"if_mkl",)
+def full_path(relative_paths):
+ return [PACKAGE_NAME + "/" + relative for relative in relative_paths]
+
# List of proto files for android builds
def tf_android_core_proto_sources(core_proto_sources_relative):
return [