Skip to content

Commit

Permalink
Remove LICENSE export for non-existent file (#2173)
Browse files Browse the repository at this point in the history
There is no LICENSE file in the //third_party/ruy folder.

Context: http://cl/557522005
BUG=cleanup
  • Loading branch information
rascani authored Aug 16, 2023
1 parent f4c2d08 commit a7b6b85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions third_party/ruy/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ package(
default_visibility = ["//visibility:public"],
licenses = ["notice"],
)

exports_files(["LICENSE"])

0 comments on commit a7b6b85

Please sign in to comment.