github.com/SagerNet/gvisor@v0.0.0-20210707092255-7731c139d75c/pkg/sentry/BUILD (about) 1 package(licenses = ["notice"]) 2 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). 6 package_group( 7 name = "internal", 8 packages = [ 9 "//pkg/sentry/...", 10 "//runsc/...", 11 # Code generated by go_marshal relies on go_marshal libraries. 12 "//tools/go_marshal/...", 13 ], 14 )