From efbdc15b280374607895ab0ada467de4a0512e0c Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Fri, 1 Dec 2017 16:02:57 -0800 Subject: 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 --- third_party/gif.BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/gif.BUILD') 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", -- cgit v1.2.3