wgengine/monitor: disable monitor on Android

Netlink is not supported on Android.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
pull/323/head
Elias Naur 4 years ago committed by Brad Fitzpatrick
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…
Cancel
Save