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

package(licenses = ["notice"])  # Apache 2.0

package_group(
    name = "internal",
    packages = [
        "//pkg/sentry/...",
        "//runsc/...",
    ],
)