aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-05-24 17:53:00 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-05-24 17:53:00 +0200
commitbbf320c477ea10a28c2199187f6f29b3dcb07bcb (patch)
treef4f5626ef5e8c397aef9a831b6429acbce1134b8
parentDo not build on Linux (diff)
downloadwireguard-go-bbf320c477ea10a28c2199187f6f29b3dcb07bcb.tar.xz
wireguard-go-bbf320c477ea10a28c2199187f6f29b3dcb07bcb.zip
Back to sticky sockets on android
-rw-r--r--conn_default.go2
-rw-r--r--conn_linux.go2
2 files changed, 1 insertions, 3 deletions
diff --git a/conn_default.go b/conn_default.go
index 14ed56c..bd1b08b 100644
--- a/conn_default.go
+++ b/conn_default.go
@@ -1,4 +1,4 @@
-// +build !linux android
+// +build !linux
/* SPDX-License-Identifier: GPL-2.0
*
diff --git a/conn_linux.go b/conn_linux.go
index 0227f04..bde4416 100644
--- a/conn_linux.go
+++ b/conn_linux.go
@@ -1,5 +1,3 @@
-// +build !android
-
/* SPDX-License-Identifier: GPL-2.0
*
* Copyright (C) 2017-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.