aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2019-05-01 14:03:23 -0700
committerDan Albert <danalbert@google.com>2019-05-01 14:03:23 -0700
commitd8935372104c63aa105863198aa67e003f37f297 (patch)
tree6a80fe34098498b34412ddefe3a3ba6b9d911590 /docs
parenta8055dec7af48e723fd0b06599903b7e7db355f8 (diff)
downloadndk-d8935372104c63aa105863198aa67e003f37f297.tar.gz
Update status of LLD.
Test: None, markdown Bug: None Change-Id: I0bfd8323807689c5f32fbac19b3be7d956061826
Diffstat (limited to 'docs')
-rw-r--r--docs/changelogs/Changelog-r21.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/changelogs/Changelog-r21.md b/docs/changelogs/Changelog-r21.md
index 3f763676d..d2177c280 100644
--- a/docs/changelogs/Changelog-r21.md
+++ b/docs/changelogs/Changelog-r21.md
@@ -9,10 +9,9 @@ For Android Studio issues, follow the docs on the [Android Studio site].
## Announcements
- * [LLD](https://lld.llvm.org/) is now available for testing. AOSP is in the
- process of switching to using LLD by default and the NDK will follow
- (timeline unknown). Test LLD in your app by passing `-fuse-ld=lld` when
- linking.
+ * [LLD](https://lld.llvm.org/) is now available for testing. AOSP has switched
+ to using LLD by default and the NDK will follow (timeline unknown). Test LLD
+ in your app by passing `-fuse-ld=lld` when linking.
* The Play Store will require 64-bit support when uploading an APK beginning in
August 2019. Start porting now to avoid surprises when the time comes. For