Files

18 lines
490 B
Python
Raw Permalink Normal View History

package(
default_applicable_licenses = ["//:license"],
licenses = ["notice"],
)
2018-04-27 10:37:02 -07:00
2020-02-10 17:12:03 -08:00
# 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).
2018-04-27 10:37:02 -07:00
package_group(
name = "internal",
packages = [
"//pkg/sentry/...",
"//runsc/...",
# Code generated by go_marshal relies on go_marshal libraries.
"//tools/go_marshal/...",
2018-04-27 10:37:02 -07:00
],
)