github.com/SagerNet/gvisor@v0.0.0-20210707092255-7731c139d75c/test/packetimpact/proto/BUILD (about)

     1  load("//tools:defs.bzl", "proto_library")
     2  
     3  package(
     4      default_visibility = ["//test/packetimpact:__subpackages__"],
     5      licenses = ["notice"],
     6  )
     7  
     8  proto_library(
     9      name = "posix_server",
    10      srcs = ["posix_server.proto"],
    11      has_services = 1,
    12  )