aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-03-09 20:23:08 -0700
committerHaibo Huang <hhb@google.com>2020-03-10 17:45:37 -0700
commit2741d9ed50d6288366939917f5770e115e9bcaa0 (patch)
tree9a6186ed809f813a93805d6807c8c714411c11c5 /docs
parent9116482600e8bffd4553ba1937898655708cfefb (diff)
downloadndk-2741d9ed50d6288366939917f5770e115e9bcaa0.tar.gz
Do not strip gdb binary
Bug: https://github.com/android/ndk/issues/1173 Change-Id: I1748371baf4aea5952436864b9d217e668d856d4
Diffstat (limited to 'docs')
-rw-r--r--docs/changelogs/Changelog-r21.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelogs/Changelog-r21.md b/docs/changelogs/Changelog-r21.md
index 05a56655a..6c263cec6 100644
--- a/docs/changelogs/Changelog-r21.md
+++ b/docs/changelogs/Changelog-r21.md
@@ -65,10 +65,12 @@ For Android Studio issues, follow the docs on the [Android Studio site].
* [Issue 1201]: Fixed issue in ndk-build that was causing `APP_PLATFORM` to be
corrupted for API 30+ with LP64 ABIs.
* [Issue 1203]: libc++ prebuilts and CRT objects are no longer built as Neon.
+ * [Issue 1173]: Fix gdb python symbol missing issue on Darwin.
[Issue 1166]: https://github.com/android/ndk/issues/1166
[Issue 1201]: https://github.com/android/ndk/issues/1201
[Issue 1203]: https://github.com/android/ndk/issues/1203
+[Issue 1173]: https://github.com/android/ndk/issues/1173
## Changes