mirror of https://github.com/golang/go.git
[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:
parent
7ff9fcafbd
commit
94fb8224b2
|
|
@ -3,6 +3,7 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
// +build linux,amd64
|
// +build linux,amd64
|
||||||
|
// +build !android
|
||||||
// +build !cmd_go_bootstrap
|
// +build !cmd_go_bootstrap
|
||||||
|
|
||||||
package boring
|
package boring
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
// +build linux,amd64
|
// +build linux,amd64
|
||||||
|
// +build !android
|
||||||
// +build !cmd_go_bootstrap
|
// +build !cmd_go_bootstrap
|
||||||
|
|
||||||
package boring
|
package boring
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
// +build linux,amd64
|
// +build linux,amd64
|
||||||
|
// +build !android
|
||||||
// +build !cmd_go_bootstrap
|
// +build !cmd_go_bootstrap
|
||||||
|
|
||||||
package boring
|
package boring
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
// +build linux,amd64
|
// +build linux,amd64
|
||||||
|
// +build !android
|
||||||
// +build !cmd_go_bootstrap
|
// +build !cmd_go_bootstrap
|
||||||
|
|
||||||
package boring
|
package boring
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// 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
|
package boring
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
// +build linux,amd64
|
// +build linux,amd64
|
||||||
|
// +build !android
|
||||||
// +build !cmd_go_bootstrap
|
// +build !cmd_go_bootstrap
|
||||||
|
|
||||||
package boring
|
package boring
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
// +build linux,amd64
|
// +build linux,amd64
|
||||||
|
// +build !android
|
||||||
// +build !cmd_go_bootstrap
|
// +build !cmd_go_bootstrap
|
||||||
|
|
||||||
package boring
|
package boring
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
// +build linux,amd64
|
// +build linux,amd64
|
||||||
|
// +build !android
|
||||||
// +build !cmd_go_bootstrap
|
// +build !cmd_go_bootstrap
|
||||||
|
|
||||||
package boring
|
package boring
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue