gvisor.dev/gvisor@v0.0.0-20240520182842-f9d4d51c7e0f/pkg/sentry/BUILD (about) 1 package( 2 default_applicable_licenses = ["//:license"], 3 licenses = ["notice"], 4 ) 5 6 # The "internal" package_group should be used as much as possible by packages 7 # that should remain Sentry-internal (i.e. not be exposed directly to command 8 # line tooling or APIs). 9 package_group( 10 name = "internal", 11 packages = [ 12 "//pkg/sentry/...", 13 "//runsc/...", 14 # Code generated by go_marshal relies on go_marshal libraries. 15 "//tools/go_marshal/...", 16 ], 17 )