projects
/
platform
/
upstream
/
glog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea458f6
)
Remove the use of bind() from WORKSPACE.
author
Zhongming Qu
<qzmfranklin@gmail.com>
Thu, 14 Dec 2017 21:45:01 +0000
(13:45 -0800)
committer
Zhongming Qu
<qzmfranklin@gmail.com>
Thu, 14 Dec 2017 21:45:01 +0000
(13:45 -0800)
WORKSPACE
patch
|
blob
|
history
diff --git
a/WORKSPACE
b/WORKSPACE
index
f5d080e
..
0c2620f
100644
(file)
--- a/
WORKSPACE
+++ b/
WORKSPACE
@@
-3,8
+3,3
@@
git_repository(
remote = "https://github.com/gflags/gflags.git",
tag = 'v2.2.1',
)
-
-bind(
- name = "gflags",
- actual = "@com_github_gflags_gflags//:gflags",
-)