mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
19 lines
326 B
Python
19 lines
326 B
Python
load("//tools:defs.bzl", "proto_library")
|
|
|
|
licenses(["notice"])
|
|
|
|
package(
|
|
default_applicable_licenses = ["//:license"],
|
|
default_visibility = ["//:sandbox"],
|
|
)
|
|
|
|
proto_library(
|
|
name = "points",
|
|
srcs = [
|
|
"common.proto",
|
|
"container.proto",
|
|
"sentry.proto",
|
|
"syscall.proto",
|
|
],
|
|
)
|