summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/BUILD
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2020-05-07 15:17:09 -0700
committergVisor bot <gvisor-bot@google.com>2020-05-07 15:18:47 -0700
commit7b4a913f36e2fededca9b1d2f73588eca9c4b683 (patch)
treea0ae5a08adb3fd4dc2fdcd384ebe456fd9e95335 /pkg/sentry/syscalls/linux/BUILD
parent9242d3493d7be2d5c105c8503a73ffd46bbd59e1 (diff)
Fix ARM64 build.
The common syscall definitions mean that ARM64-exclusive files need stubs in the ARM64 build. PiperOrigin-RevId: 310446698
Diffstat (limited to 'pkg/sentry/syscalls/linux/BUILD')
-rw-r--r--pkg/sentry/syscalls/linux/BUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/sentry/syscalls/linux/BUILD b/pkg/sentry/syscalls/linux/BUILD
index 245e8fe1e..217fcfef2 100644
--- a/pkg/sentry/syscalls/linux/BUILD
+++ b/pkg/sentry/syscalls/linux/BUILD
@@ -49,7 +49,8 @@ go_library(
"sys_time.go",
"sys_timer.go",
"sys_timerfd.go",
- "sys_tls.go",
+ "sys_tls_amd64.go",
+ "sys_tls_arm64.go",
"sys_utsname.go",
"sys_write.go",
"sys_xattr.go",