diff options
author | Kevin Krakauer <krakauer@google.com> | 2020-12-22 16:19:17 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-12-22 16:21:03 -0800 |
commit | 3a5c2cf42c8893c24b905e1bfeebada56e055178 (patch) | |
tree | de7d71066c261b624ad2acae435921ea3910747e | |
parent | 7c8ba72b026db3b79f12e679ab69078a25c143e8 (diff) |
Add missing link types to go branch
PiperOrigin-RevId: 348710397
-rw-r--r-- | BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -105,7 +105,9 @@ go_path( "//pkg/sentry/kernel/memevent", "//pkg/tcpip/adapters/gonet", "//pkg/tcpip/link/channel", + "//pkg/tcpip/link/ethernet", "//pkg/tcpip/link/muxed", + "//pkg/tcpip/link/pipe", "//pkg/tcpip/link/sharedmem", "//pkg/tcpip/link/sharedmem/pipe", "//pkg/tcpip/link/sharedmem/queue", |