Remove all_files rule from com_google_absl.BUILD

This commit is contained in:
Yifei Feng 2018-02-02 11:02:34 -08:00 committed by GitHub
parent 995d836e9b
commit 417e7d953e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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__"],
)