summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/uniqueid/BUILD
blob: c8ab03c3debd6183f8cf94035e24b0a3fa86efa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
package(licenses = ["notice"])  # Apache 2.0

load("@io_bazel_rules_go//go:def.bzl", "go_library")

go_library(
    name = "uniqueid",
    srcs = ["context.go"],
    importpath = "gvisor.googlesource.com/gvisor/pkg/sentry/uniqueid",
    visibility = ["//pkg/sentry:internal"],
    deps = ["//pkg/sentry/context"],
)