summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/BUILD')
-rw-r--r--pkg/sentry/BUILD14
1 files changed, 0 insertions, 14 deletions
diff --git a/pkg/sentry/BUILD b/pkg/sentry/BUILD
deleted file mode 100644
index e759dc36f..000000000
--- a/pkg/sentry/BUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-package(licenses = ["notice"])
-
-# The "internal" package_group should be used as much as possible by packages
-# that should remain Sentry-internal (i.e. not be exposed directly to command
-# line tooling or APIs).
-package_group(
- name = "internal",
- packages = [
- "//pkg/sentry/...",
- "//runsc/...",
- # Code generated by go_marshal relies on go_marshal libraries.
- "//tools/go_marshal/...",
- ],
-)