From: Jason A. Donenfeld Date: Sun, 7 Jun 2020 07:50:20 +0000 (-0600) Subject: device: do not include sticky sockets on android X-Git-Tag: 0.0.20201118~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f28a6d244b5133439d408b9fe13e12e9917f9646;p=thirdparty%2Fwireguard-go.git device: do not include sticky sockets on android Signed-off-by: Jason A. Donenfeld --- 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.