aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2023-08-07 11:59:42 -0700
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-08-07 21:17:57 +0000
commitc647dd7622ab4faec27c3d764d560408416656b3 (patch)
treeda1c1fd93ebccd9a177e8d07cc93596e7498e285
parente6574c827ac47cbc0b46e169e578e869502e4000 (diff)
downloadndk-c647dd7622ab4faec27c3d764d560408416656b3.tar.gz
Add another missed r26 fix to the changelog.
Bug: https://github.com/android/ndk/issues/1764 Test: None (cherry picked from https://android-review.googlesource.com/q/commit:00abde4ef5d68bcaf7b919d0f1500614c9895413) Merged-In: I3681a22c841731cc47fd370df3c958a3288537bc Change-Id: I3681a22c841731cc47fd370df3c958a3288537bc
-rw-r--r--docs/changelogs/Changelog-r26.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelogs/Changelog-r26.md b/docs/changelogs/Changelog-r26.md
index d86b63a80..252611910 100644
--- a/docs/changelogs/Changelog-r26.md
+++ b/docs/changelogs/Changelog-r26.md
@@ -60,6 +60,7 @@ directly, see the [build system maintainers guide].
* [Issue 1400]: NDK paths with spaces will now be diagnosed by ndk-build on
Windows. This has never been supported for any OS, but the error message
wasn't previously working on Windows either.
+* [Issue 1764]: Fixed Python 3 incompatibility when using `ndk-gdb` with `-f`.
* [Issue 1803]: Removed useless `strtoq` and `strtouq` from the libc stub
libraries. These were never exposed in the header files, but could confuse
some autoconf like systems.
@@ -78,6 +79,7 @@ directly, see the [build system maintainers guide].
[Issue 1530]: https://github.com/android/ndk/issues/1530
[Issue 1565]: https://github.com/android/ndk/issues/1565
[Issue 1677]: https://github.com/android/ndk/issues/1677
+[Issue 1764]: https://github.com/android/ndk/issues/1764
[Issue 1803]: https://github.com/android/ndk/issues/1803
[Issue 1834]: https://github.com/android/ndk/issues/1834
[Issue 1852]: https://github.com/android/ndk/issues/1852