net: fix build on android

Change-Id: Ib6d0b2947748dec98cad2e6abb6812cac46a9897
Reviewed-on: https://go-review.googlesource.com/11220
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Mikio Hara 2015-06-18 09:38:04 +09:00
parent 3cc7b27383
commit 24db235deb
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.
// +build cgo,!netgo
// +build darwin linux netbsd solaris
// +build darwin linux,!android netbsd solaris
package net

View File

@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.
// +build cgo,!netgo
// +build freebsd dragonfly openbsd
// +build android freebsd dragonfly openbsd
package net