summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/BUILD
blob: 2a71229573a6d2d3dfc36fb13c3088151912c8c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This BUILD file defines a package_group that allows for interdependencies for
# sentry-internal packages.

package(licenses = ["notice"])

package_group(
    name = "internal",
    packages = [
        "//pkg/sentry/...",
        "//runsc/...",
        # Code generated by go_marshal relies on go_marshal libraries.
        "//tools/go_marshal/...",

        # Keep the old paths as a temporary measure.
        "//third_party/golang/gvisor/pkg/sentry/...",
    ],
)