mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
wgengine/monitor: disable monitor on Android
Netlink is not supported on Android. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
parent
eccae0cd0c
commit
2dac4f2b24
@ -2,6 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build !android
|
||||
|
||||
package monitor
|
||||
|
||||
import (
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build !linux,!freebsd
|
||||
// +build !linux,!freebsd android
|
||||
|
||||
package monitor
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user