diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-06-07 01:50:20 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-06-07 01:50:20 -0600 |
commit | f28a6d244b5133439d408b9fe13e12e9917f9646 (patch) | |
tree | 1f3f466b6147e875df0bd61782706979f84f1c34 /device/sticky_linux.go | |
parent | c403da6a39c876123c096113d08d0d3019b4a07e (diff) |
device: do not include sticky sockets on android
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'device/sticky_linux.go')
-rw-r--r-- | device/sticky_linux.go | 2 |
1 files changed, 2 insertions, 0 deletions
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. |