projects
/
platform
/
upstream
/
tensorflow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
995d836
)
Remove all_files rule from com_google_absl.BUILD
author
Yifei Feng
<fengyifei2026@gmail.com>
Fri, 2 Feb 2018 19:02:34 +0000
(11:02 -0800)
committer
GitHub
<noreply@github.com>
Fri, 2 Feb 2018 19:02:34 +0000
(11:02 -0800)
third_party/com_google_absl.BUILD
patch
|
blob
|
history
diff --git
a/third_party/com_google_absl.BUILD
b/third_party/com_google_absl.BUILD
index
0c8d327
..
8fca145
100644
(file)
--- a/
third_party/com_google_absl.BUILD
+++ b/
third_party/com_google_absl.BUILD
@@
-3,15
+3,3
@@
package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # Apache
exports_files(["LICENSE"])
-
-filegroup(
- name = "all_files",
- srcs = glob(
- ["**/*"],
- exclude = [
- "**/METADATA",
- "**/OWNERS",
- ],
- ),
- visibility = ["//tensorflow:__subpackages__"],
-)