gvisor/pkg/sentry/BUILD

18 lines
469 B
Python

# This BUILD file defines a package_group that allows for interdependencies for
# sentry-internal packages.
package(licenses = ["notice"])
package_group(
name = "internal",
packages = [
"//pkg/sentry/...",
"//runsc/...",
# Code generated by go_marshal relies on go_marshal libraries.
"//tools/go_marshal/...",
# Keep the old paths as a temporary measure.
"//third_party/golang/gvisor/pkg/sentry/...",
],
)