aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/gif.BUILD
diff options
context:
space:
mode:
authorGravatar Justine Tunney <jart@google.com>2017-12-01 16:02:57 -0800
committerGravatar Gunhan Gulsoy <gunan@google.com>2017-12-01 16:02:57 -0800
commitefbdc15b280374607895ab0ada467de4a0512e0c (patch)
tree5a9d94d1fa0dd43c5df01337da1dc996dbc464e4 /third_party/gif.BUILD
parentcffd79f4b102c2082cbcc258abf7ed06df8c141c (diff)
Introduce tf_http_archive (#15018)
This new repository rule consolidates patched_http_archive, temp_workaround_http_archive, http_archive, and new_http_archive. The following behaviors have been introduced: - A delete attribute that can rm -rf certain repo content after extraction - Helpful error messages when mirroring requirements aren't followed
Diffstat (limited to 'third_party/gif.BUILD')
-rw-r--r--third_party/gif.BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/gif.BUILD b/third_party/gif.BUILD
index 27808a9d64..78fbd6c0e0 100644
--- a/third_party/gif.BUILD
+++ b/third_party/gif.BUILD
@@ -21,7 +21,7 @@ cc_library(
],
hdrs = ["lib/gif_lib.h"],
defines = select({
- #"@%ws%//tensorflow:android": [
+ #"@org_tensorflow//tensorflow:android": [
":android": [
"S_IREAD=S_IRUSR",
"S_IWRITE=S_IWUSR",