aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2023-08-07 12:19:04 -0700
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-08-07 21:18:03 +0000
commit0b1ab339b5c4eba4a5f9834562df46c58d8c7c0e (patch)
treeebbaec567630daa35ab400be540dc67ff8845b97
parent27388ebac231a8ba3a2257d318547bbd0adea9b8 (diff)
downloadndk-0b1ab339b5c4eba4a5f9834562df46c58d8c7c0e.tar.gz
Add changelog notes for r26 RC 1 toolchain fixes.
The toolchain update itself isn't in this branch because r27 is already on a newer toolchain for rv64 support. The changelog update is landing here though to avoid merge future conflicts in the release branch. Bug: https://github.com/android/ndk/issues/1907 Bug: https://github.com/android/ndk/issues/1909 Test: None (cherry picked from https://android-review.googlesource.com/q/commit:180ea3596fbf0defd6712090a96caf035cf6d555) Merged-In: I08d98a56ed92f0d0553bb3c3af6f957033d62c44 Change-Id: I08d98a56ed92f0d0553bb3c3af6f957033d62c44
-rw-r--r--docs/changelogs/Changelog-r26.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/changelogs/Changelog-r26.md b/docs/changelogs/Changelog-r26.md
index 252611910..c0fcd1c06 100644
--- a/docs/changelogs/Changelog-r26.md
+++ b/docs/changelogs/Changelog-r26.md
@@ -47,6 +47,10 @@ directly, see the [build system maintainers guide].
* [Issue 1862]: Fixed Clang crash for aarch64 with `-Os`.
* [Issue 1880]: Fixed crash in clang-format.
* [Issue 1883]: Fixed crash when incorrectly using neon intrinsics.
+ * [Issue 1907]: HWASan linker will be used automatically for
+ `minSdkVersion 34` or higher.
+ * [Issue 1909]: Fixed ABI mismatch between function-multi-versioning and ifunc
+ resolvers.
* Version scripts that name public symbols that are not present in the library
will now emit an error by default for ndk-build and the CMake toolchain file.
Build failures caused by this error are likely a bug in your library or a
@@ -89,6 +93,8 @@ directly, see the [build system maintainers guide].
[Issue 1878]: https://github.com/android/ndk/issues/1878
[Issue 1880]: https://github.com/android/ndk/issues/1880
[Issue 1883]: https://github.com/android/ndk/issues/1883
+[Issue 1907]: https://github.com/android/ndk/issues/1907
+[Issue 1909]: https://github.com/android/ndk/issues/1909
## Known Issues