Commit 24db235d authored by Mikio Hara's avatar Mikio Hara

net: fix build on android

Change-Id: Ib6d0b2947748dec98cad2e6abb6812cac46a9897
Reviewed-on: https://go-review.googlesource.com/11220Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
parent 3cc7b273
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment