Change visibility of //pkg/sentry/time.

PiperOrigin-RevId: 251965598
This commit is contained in:
Jamie Liu 2019-06-06 17:57:42 -07:00 committed by Shentubot
parent 2e43dcb26b
commit c933f3eede
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ go_library(
"tsc_arm64.s", "tsc_arm64.s",
], ],
importpath = "gvisor.googlesource.com/gvisor/pkg/sentry/time", importpath = "gvisor.googlesource.com/gvisor/pkg/sentry/time",
visibility = ["//pkg/sentry:internal"], visibility = ["//:sandbox"],
deps = [ deps = [
"//pkg/log", "//pkg/log",
"//pkg/metric", "//pkg/metric",