summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/BUILD')
-rw-r--r--pkg/sentry/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/sentry/BUILD b/pkg/sentry/BUILD
index 2d6379c86..2a7122957 100644
--- a/pkg/sentry/BUILD
+++ b/pkg/sentry/BUILD
@@ -10,5 +10,8 @@ package_group(
"//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/...",
],
)