aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2020-03-06 16:40:03 -0800
committerDan Albert <danalbert@google.com>2020-03-06 17:23:17 -0800
commitcf1601f23199d6f257d6d99f5bf7bca57a1c38d7 (patch)
tree8e075ab7329f84bc2eede2b85c3980c1bdd1f39e /docs
parent5d2277df00aa4c3b197f1121d3fd041f3273bcaf (diff)
downloadndk-cf1601f23199d6f257d6d99f5bf7bca57a1c38d7.tar.gz
Fix API 30+ in ndk-build for LP64 ABIs.
Test: Targeted API 30, saw compiler get API 30. Targeted API 16, saw compiler get API 16 for LP32 and 21 for LP64. Once API 30 sysroot is submitted I can also add a test that builds against API 30. Bug: https://github.com/android/ndk/issues/1201 Change-Id: I0183d5e803234b25993944df0de9c8c88e7e2004
Diffstat (limited to 'docs')
-rw-r--r--docs/changelogs/Changelog-r21.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/changelogs/Changelog-r21.md b/docs/changelogs/Changelog-r21.md
index d41aced5b..69e6b2221 100644
--- a/docs/changelogs/Changelog-r21.md
+++ b/docs/changelogs/Changelog-r21.md
@@ -62,8 +62,11 @@ For Android Studio issues, follow the docs on the [Android Studio site].
debugging. The error from gdb that confirms you were affected by this was
`gdb-8.3/gdb/psymtab.c:316: internal-error: sect_index_text not initialized`.
* [Issue 1166]: Rehid unwinder symbols all architectures.
+ * [Issue 1201]: Fixed issue in ndk-build that was causing `APP_PLATFORM` to be
+ corrupted for API 30+ with LP64 ABIs.
[Issue 1166]: https://github.com/android/ndk/issues/1166
+[Issue 1201]: https://github.com/android/ndk/issues/1201
## Changes