aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.