aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/internal/boring/boring.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2017-08-23 19:12:54 -0400
committerRuss Cox <rsc@golang.org>2017-08-25 17:08:22 +0000
commit94fb8224b20cdac6e352e1c9b8210248f1350e88 (patch)
treec0c824278aa36e18061aa8d6146cc7328402f6e0 /src/crypto/internal/boring/boring.go
parent7ff9fcafbdd45e9bb9f1885adcf76e7a91f608ec (diff)
downloadgo-94fb8224b20cdac6e352e1c9b8210248f1350e88.tar.gz
go-94fb8224b20cdac6e352e1c9b8210248f1350e88.zip
[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>
Diffstat (limited to 'src/crypto/internal/boring/boring.go')
-rw-r--r--src/crypto/internal/boring/boring.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/internal/boring/boring.go b/src/crypto/internal/boring/boring.go
index b2d47c036f..97659e4ff7 100644
--- a/src/crypto/internal/boring/boring.go
+++ b/src/crypto/internal/boring/boring.go
@@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
// +build linux,amd64
+// +build !android
// +build !cmd_go_bootstrap
package boring