[dev.boringcrypto] crypto/internal/boring: disable for android & non-cgo builds

Change-Id: Ia4458090118c4391a73cf1ae65bc8d187f03eca0
Reviewed-on: https://go-review.googlesource.com/59051
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Russ Cox 2017-08-23 19:12:54 -04:00
parent 7ff9fcafbd
commit 94fb8224b2
8 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
// +build linux,amd64
// +build !android
// +build !cmd_go_bootstrap
package boring

View File

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
// +build linux,amd64
// +build !android
// +build !cmd_go_bootstrap
package boring

View File

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
// +build linux,amd64
// +build !android
// +build !cmd_go_bootstrap
package boring

View File

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
// +build linux,amd64
// +build !android
// +build !cmd_go_bootstrap
package boring

View File

@ -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 !amd64 cmd_go_bootstrap
// +build !linux !amd64 cmd_go_bootstrap android !cgo
package boring

View File

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
// +build linux,amd64
// +build !android
// +build !cmd_go_bootstrap
package boring

View File

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
// +build linux,amd64
// +build !android
// +build !cmd_go_bootstrap
package boring

View File

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
// +build linux,amd64
// +build !android
// +build !cmd_go_bootstrap
package boring