Files
tensorflow--tensorflow/tensorflow/lite/lib_package/BUILD
T
wehub-resource-sync 8a852e4b4e
cffconvert / validate (push) Has been skipped
License Check / license-check (push) Failing after 2s
chore: import upstream snapshot with attribution
2026-07-13 12:14:16 +08:00

17 lines
496 B
Python

package(default_visibility = ["//visibility:private"])
# Create the LICENSE file for libraries that are used by TensorFlow Lite
# C library.
genrule(
name = "clicenses_generate",
srcs = [
# copybara:uncomment "//third_party/eigen3:LICENSE",
"@arm_neon_2_x86_sse//:LICENSE",
"@farmhash_archive//:COPYING",
"@gemmlowp//:LICENSE",
],
outs = ["LICENSE"],
cmd = "$(location :concat_licenses.sh) $(SRCS) >$@",
tools = [":concat_licenses.sh"],
)