Skip to content

Commit

Permalink
net: fix build on android
Browse files Browse the repository at this point in the history
Change-Id: Ib6d0b2947748dec98cad2e6abb6812cac46a9897
Reviewed-on: https://go-review.googlesource.com/11220
Reviewed-by: Ian Lance Taylor <[email protected]>
  • Loading branch information
cixtor committed Jun 18, 2015
1 parent 3cc7b27 commit 24db235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/net/cgo_resnew.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/net/cgo_resold.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 24db235

Please sign in to comment.