aboutsummaryrefslogtreecommitdiff
path: root/starlark/int_posix64.go
diff options
context:
space:
mode:
Diffstat (limited to 'starlark/int_posix64.go')
-rw-r--r--starlark/int_posix64.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/starlark/int_posix64.go b/starlark/int_posix64.go
index 1f13d66..2c49d94 100644
--- a/starlark/int_posix64.go
+++ b/starlark/int_posix64.go
@@ -1,5 +1,6 @@
-//+build linux darwin dragonfly freebsd netbsd openbsd solaris
-//+build amd64 arm64,!darwin mips64x ppc64x
+// For the android builds, ignore this file to avoid dependency
+// on yet another package (golang.org/x/sys/unix)
+//+build ignore
package starlark