2023-03-02 10:46:34 -08:00
|
|
|
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/...",
|
2019-09-09 13:35:30 -07:00
|
|
|
# Code generated by go_marshal relies on go_marshal libraries.
|
|
|
|
|
"//tools/go_marshal/...",
|
2018-04-27 10:37:02 -07:00
|
|
|
],
|
|
|
|
|
)
|