Skip to content

Commit 71af006

Browse files
amscannegvisor-bot
authored andcommitted
Cleanup internal package group.
PiperOrigin-RevId: 294339229
1 parent dc5a8e5 commit 71af006

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pkg/sentry/BUILD

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
# This BUILD file defines a package_group that allows for interdependencies for
2-
# sentry-internal packages.
3-
41
package(licenses = ["notice"])
52

3+
# The "internal" package_group should be used as much as possible by packages
4+
# that should remain Sentry-internal (i.e. not be exposed directly to command
5+
# line tooling or APIs).
66
package_group(
77
name = "internal",
88
packages = [
9-
"//cloud/gvisor/gopkg/sentry/...",
10-
"//cloud/gvisor/sentry/...",
119
"//pkg/sentry/...",
1210
"//runsc/...",
1311
# Code generated by go_marshal relies on go_marshal libraries.

0 commit comments

Comments
 (0)