]> Cypherpunks repositories - gostls13.git/commit
internal/testenv: allow 'go build' on android when supported
authorBryan C. Mills <bcmills@google.com>
Fri, 10 Mar 2023 19:25:41 +0000 (14:25 -0500)
committerGopher Robot <gobot@golang.org>
Fri, 28 Apr 2023 01:33:31 +0000 (01:33 +0000)
commit71ad46cd2a4eb34befbb21c0a37b5a8092c2b7f5
tree892776da41d9c7268321f8eb5b3d27f8d71baddd
parent7bc8aacec185ca80839ef0a4f58b85e482ab769e
internal/testenv: allow 'go build' on android when supported

As of CL 472096, it should work on android/arm64 always (because
internal linking is supported on that platform), and on other android
platforms when a C toolchain is present in the test environment.

Updates #58775.

Change-Id: Ifa38dc69b258b38dcc341979dcbf8cd61265c787
Reviewed-on: https://go-review.googlesource.com/c/go/+/475456
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Changkun Ou <mail@changkun.de>
src/internal/testenv/testenv.go