aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-08-07 21:18:02 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-08-07 21:18:02 +0000
commit27388ebac231a8ba3a2257d318547bbd0adea9b8 (patch)
treeda1c1fd93ebccd9a177e8d07cc93596e7498e285
parente6574c827ac47cbc0b46e169e578e869502e4000 (diff)
parentc647dd7622ab4faec27c3d764d560408416656b3 (diff)
downloadndk-27388ebac231a8ba3a2257d318547bbd0adea9b8.tar.gz
Merge "Add another missed r26 fix to the changelog." into snap-temp-L84200000962437416
-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