Netlink is not supported on Android. Signed-off-by: Elias Naur <[email protected]>
@@ -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 @@
-// +build !linux,!freebsd
+// +build !linux,!freebsd android