]> Cypherpunks repositories - gostls13.git/commit
cmd/go: -buildmode=pie for android/arm
authorDavid Crawshaw <crawshaw@golang.org>
Mon, 19 Oct 2015 16:54:38 +0000 (12:54 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Mon, 19 Oct 2015 18:02:08 +0000 (18:02 +0000)
commit17a256bf22352c2beb9fc25ff76462fb16f3e6b2
tree30d76e0b528379d7e6998e84836744f078b957e0
parent26205cb3c098b4d02d658658fd938f58e8dcdd68
cmd/go: -buildmode=pie for android/arm

Also make PIE executables the default build mode, as PIE executables
are required as of Android L.

For #10807

Change-Id: I86b7556b9792105cd2531df1b8f3c8f7a8c5d25c
Reviewed-on: https://go-review.googlesource.com/16055
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: David Crawshaw <crawshaw@golang.org>
src/cmd/go/build.go