diff options
author | Googler <noreply@google.com> | 2019-02-13 12:06:20 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-02-13 12:07:34 -0800 |
commit | 7aaa6cf22594cfc7eff2070191c0077bfd58046a (patch) | |
tree | f67f13952444ba3f66ca61e7c5be2c672e03aa48 /pkg/sentry/fs/tmpfs/BUILD | |
parent | 2c7488454e7fcbf98c00bcdceb70cb8e2fa98c96 (diff) |
Internal change.
PiperOrigin-RevId: 233802562
Change-Id: I40e1b13fd571daaf241b00f8df4bcedd034dc3f1
Diffstat (limited to 'pkg/sentry/fs/tmpfs/BUILD')
-rw-r--r-- | pkg/sentry/fs/tmpfs/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/sentry/fs/tmpfs/BUILD b/pkg/sentry/fs/tmpfs/BUILD index bf5b68869..9570c71e5 100644 --- a/pkg/sentry/fs/tmpfs/BUILD +++ b/pkg/sentry/fs/tmpfs/BUILD @@ -15,6 +15,7 @@ go_library( visibility = ["//pkg/sentry:internal"], deps = [ "//pkg/abi/linux", + "//pkg/metric", "//pkg/sentry/context", "//pkg/sentry/device", "//pkg/sentry/fs", |