Skip to content

Commit

Permalink
Mention that #527 is fixed in the changelog.
Browse files Browse the repository at this point in the history
Test: None, markdown only
Bug: android/ndk#527
Change-Id: I79719566ddc01f18f07a0c03b6e190dabe32a10a
(cherry picked from commit dc7f8c448aa89817abfea302bfc1c76502cd06d0)
  • Loading branch information
DanAlbert committed Feb 23, 2018
1 parent fbaf921 commit 8b2ee00
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ NDK

* Updated Clang to build 4579689.
* LTO now works on Windows, fixing [Issue 313].
* [Issue 527]: [Undefined Behavior Sanitizer] now works for NDK binaries.
* Updated gtest to upstream revision 0fe96607d85cf3a25ac40da369db62bbee2939a5.
* `libandroid_support` is no longer used when your NDK API level is greater
than or equal to 21 (Lollipop). Build system maintainers: be sure to update
Expand Down Expand Up @@ -76,12 +77,13 @@ NDK
arm32 by default. If your project contains hand written assembly, you may
need to pass this flag.

[Undefined Behavior Sanitizer]: https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html
[wrap.sh]: https://developer.android.com/ndk/guides/wrap-script.html
[Issue 313]: https://github.com/android-ndk/ndk/issues/313
[Issue 527]: https://github.com/android-ndk/ndk/issues/527
[Issue 540]: https://github.com/android-ndk/ndk/issues/540
[Issue 614]: https://github.com/android-ndk/ndk/issues/614

[Issue 313]: https://github.com/android-ndk/ndk/issues/313

Known Issues
------------

Expand Down

0 comments on commit 8b2ee00

Please sign in to comment.