package(licenses = ["notice"])

# 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).
package_group(
    name = "internal",
    packages = [
        "//pkg/sentry/...",
        "//runsc/...",
        # Code generated by go_marshal relies on go_marshal libraries.
        "//tools/go_marshal/...",
    ],
)