Include the kissfft "LICENSES" folder as the "LICENSE" target.

PiperOrigin-RevId: 245261641
This commit is contained in:
A. Unique TensorFlower 2019-04-25 10:32:30 -07:00 committed by TensorFlower Gardener
parent aeb3616742
commit 7b85945719

View File

@ -4,7 +4,11 @@ package(
licenses(["notice"]) # Apache 2.0
exports_files(["LICENSE"])
filegroup(
name = "LICENSE",
srcs = glob(["LICENSES/**"]),
visibility = ["//visibility:public"],
)
cc_library(
name = "kiss_fftr_16",