Rolling back bad internal merge commit that makes Android fail.

This commit is contained in:
Vijay Vasudevan 2017-05-05 17:32:05 -07:00
parent 7467f37092
commit 97d550a72d

View File

@ -1185,7 +1185,7 @@ def tf_version_info_genrule():
], ],
outs=["util/version_info.cc"], outs=["util/version_info.cc"],
cmd= cmd=
"$(PYTHON_BIN_PATH) $(location //tensorflow/tools/git:gen_git_source.py) --generate $(SRCS) \"$@\"", "$(location //tensorflow/tools/git:gen_git_source.py) --generate $(SRCS) \"$@\"",
local=1, local=1,
tools=[clean_dep("//tensorflow/tools/git:gen_git_source.py")],) tools=[clean_dep("//tensorflow/tools/git:gen_git_source.py")],)