github.com/SagerNet/gvisor@v0.0.0-20210707092255-7731c139d75c/tools/verity/BUILD (about)

     1  load("//tools:defs.bzl", "go_binary")
     2  
     3  licenses(["notice"])
     4  
     5  go_binary(
     6      name = "measure_tool",
     7      srcs = [
     8          "measure_tool.go",
     9          "measure_tool_unsafe.go",
    10      ],
    11      pure = True,
    12      deps = [
    13          "//pkg/abi/linux",
    14      ],
    15  )