diff options
author | Elliott Hughes <enh@google.com> | 2019-08-15 08:19:49 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2019-08-15 08:19:49 -0700 |
commit | 8f3f191bf33dbd68d9e03cb24aef50722cc62b0c (patch) | |
tree | 73a836a6cb7f93ddcc670fc88cb81a5d4536fb35 /android-changes-for-ndk-developers.md | |
parent | 639ad55176c78bfd70c3786a92a05dd3d2299953 (diff) |
Link our two main developer-facing docs together.
Bug: http://b/139329827
Test: N/A
Change-Id: I38e05f1a7eaa8ff31b503541e34f2e362cd4722e
Diffstat (limited to 'android-changes-for-ndk-developers.md')
-rw-r--r-- | android-changes-for-ndk-developers.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/android-changes-for-ndk-developers.md b/android-changes-for-ndk-developers.md index 0fe16bf27..84456f988 100644 --- a/android-changes-for-ndk-developers.md +++ b/android-changes-for-ndk-developers.md @@ -1,8 +1,11 @@ -# Android changes for NDK developers +# Android linker changes for NDK developers This document details important changes related to native code loading in various Android releases. +See also [bionic status](docs/status.md) for general libc/libm/libdl +behavior changes. + Required tools: the NDK has an _arch_-linux-android-readelf binary (e.g. arm-linux-androideabi-readelf or i686-linux-android-readelf) for each architecture (under toolchains/), but you can use readelf for |