A. Unique TensorFlower 0691d49fb6 Convert TensorFlow's nasm dependency to new third party import method.
PiperOrigin-RevId: 216211467
2018-10-08 11:04:33 -07:00

13 lines
207 B
Plaintext

licenses(["notice"]) # BSD 2-clause
filegroup(
name = "LICENSE",
visibility = ["//visibility:public"],
)
sh_binary(
name = "nasm",
srcs = ["nasm"],
visibility = ["@jpeg//:__pkg__"],
)