summaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorKevin Krakauer <krakauer@google.com>2020-12-22 16:19:17 -0800
committergVisor bot <gvisor-bot@google.com>2020-12-22 16:21:03 -0800
commit3a5c2cf42c8893c24b905e1bfeebada56e055178 (patch)
treede7d71066c261b624ad2acae435921ea3910747e /BUILD
parent7c8ba72b026db3b79f12e679ab69078a25c143e8 (diff)
Add missing link types to go branch
PiperOrigin-RevId: 348710397
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 7cabede3c..6f802fe6a 100644
--- a/BUILD
+++ b/BUILD
@@ -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",