]> Cypherpunks repositories - gostls13.git/commit
cmd/go: allow buildmode=c-shared for android/arm64.
authorRahul Chaudhry <rahulchaudhry@chromium.org>
Wed, 2 Dec 2015 21:27:44 +0000 (13:27 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 2 Dec 2015 22:00:15 +0000 (22:00 +0000)
commite65db59c1214eda0449acff677dc4d311aabed44
tree915e6ef37e4007136726f606587ad117a65af089
parentc091d4cd2590aaddf4bcfc9b1fa1bae22ae63bae
cmd/go: allow buildmode=c-shared for android/arm64.

Also, enable test misc/cgo/testcshared for android/arm64.
c/17245 and c/17246 provide the missing pieces for making
this test work.

"androidtest.bash" now passes on a Nexus 9 (volantis)
device running Android build "LMY48T".

Change-Id: Icb9fd2d17d97e0f04cb18d0cd91640c80fbd3fb4
Reviewed-on: https://go-review.googlesource.com/17333
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/test.go
src/cmd/go/build.go