We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5a8e5 commit 71af006Copy full SHA for 71af006
pkg/sentry/BUILD
@@ -1,13 +1,11 @@
1
-# This BUILD file defines a package_group that allows for interdependencies for
2
-# sentry-internal packages.
3
-
4
package(licenses = ["notice"])
5
+# 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).
6
package_group(
7
name = "internal",
8
packages = [
9
- "//cloud/gvisor/gopkg/sentry/...",
10
- "//cloud/gvisor/sentry/...",
11
"//pkg/sentry/...",
12
"//runsc/...",
13
# Code generated by go_marshal relies on go_marshal libraries.
0 commit comments