commit | 1371fe4354dc21c9c95c38cc7b9c83867891994c | [log] [tgz] |
---|---|---|
author | Colin Cross <[email protected]> | Tue Mar 19 21:08:48 2019 -0700 |
committer | Colin Cross <[email protected]> | Wed Mar 20 06:17:34 2019 +0000 |
tree | fc4aae62222feb015c306e08c0b4920efd832b81 | |
parent | 394b8054fe2c7c143d15dd3236159971402b5a21 [diff] [blame] |
Update prebuilts to go 1.12.1 From https://ci.android.com/builds/submitted/5389456/linux/latest/go.zip Also includes a cherry-pick of https://github.com/golang/go/commit/ff048033e4304898245d843e79ed1a0897006c6d Fixes: 126298064 Test: m blueprint_tools Change-Id: I581e084f909acc0b1e3f95be6452c86c86da1bac
diff --git a/src/math/big/prime.go b/src/math/big/prime.go index 4c2c152..d9a5f1e 100644 --- a/src/math/big/prime.go +++ b/src/math/big/prime.go
@@ -51,7 +51,7 @@ } if w&1 == 0 { - return false // n is even + return false // x is even } const primesA = 3 * 5 * 7 * 11 * 13 * 17 * 19 * 23 * 37