diff --git a/doc/go1.15.html b/doc/go1.15.html index aedf5281b4..eccd9c29a0 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -55,6 +55,15 @@ Do not send CLs removing the interior tags from such phrases. on Windows.

+

Android

+ +

+ When linking binaries for Android, Go 1.15 explicitly selects + the lld linker available in recent versions of the NDK. + The lld linker avoids crashes on some devices, and is + planned to become the default NDK linker in a future NDK version. +

+

TODO