doc: document new Android default linker

Change-Id: I3557f6726afe325db79b2c972d107b3bcc103b8f
Reviewed-on: https://go-review.googlesource.com/c/go/+/235819
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Elias Naur 2020-06-01 11:58:54 +02:00
parent 13bc6d4223
commit ff795a8af0
1 changed files with 9 additions and 0 deletions

View File

@ -55,6 +55,15 @@ Do not send CLs removing the interior tags from such phrases.
on Windows.
</p>
<h3 id="android">Android</h3>
<p> <!-- golang.org/cl/235017 golang.org/issue/38838 -->
When linking binaries for Android, Go 1.15 explicitly selects
the <code>lld</code> linker available in recent versions of the NDK.
The <code>lld</code> linker avoids crashes on some devices, and is
planned to become the default NDK linker in a future NDK version.
</p>
<p>
TODO
</p>