aboutsummaryrefslogtreecommitdiffstats
path: root/device
diff options
context:
space:
mode:
Diffstat (limited to 'device')
-rw-r--r--device/sticky_default.go2
-rw-r--r--device/sticky_linux.go2
2 files changed, 3 insertions, 1 deletions
diff --git a/device/sticky_default.go b/device/sticky_default.go
index 1cc52f6..56da4eb 100644
--- a/device/sticky_default.go
+++ b/device/sticky_default.go
@@ -1,4 +1,4 @@
-// +build !linux
+// +build !linux android
package device
diff --git a/device/sticky_linux.go b/device/sticky_linux.go
index 1994a70..e3efc86 100644
--- a/device/sticky_linux.go
+++ b/device/sticky_linux.go
@@ -1,3 +1,5 @@
+// +build !android
+
/* SPDX-License-Identifier: MIT
*
* Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.