diff options
Diffstat (limited to 'pkg/sentry/BUILD')
-rw-r--r-- | pkg/sentry/BUILD | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/pkg/sentry/BUILD b/pkg/sentry/BUILD deleted file mode 100644 index 2a7122957..000000000 --- a/pkg/sentry/BUILD +++ /dev/null @@ -1,17 +0,0 @@ -# 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/...", - ], -) |