Remove all_files rule from com_google_absl.BUILD
This commit is contained in:
parent
995d836e9b
commit
417e7d953e
12
third_party/com_google_absl.BUILD
vendored
12
third_party/com_google_absl.BUILD
vendored
@ -3,15 +3,3 @@ package(default_visibility = ["//visibility:public"])
|
|||||||
licenses(["notice"]) # Apache
|
licenses(["notice"]) # Apache
|
||||||
|
|
||||||
exports_files(["LICENSE"])
|
exports_files(["LICENSE"])
|
||||||
|
|
||||||
filegroup(
|
|
||||||
name = "all_files",
|
|
||||||
srcs = glob(
|
|
||||||
["**/*"],
|
|
||||||
exclude = [
|
|
||||||
"**/METADATA",
|
|
||||||
"**/OWNERS",
|
|
||||||
],
|
|
||||||
),
|
|
||||||
visibility = ["//tensorflow:__subpackages__"],
|
|
||||||
)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user