diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2019-08-16 02:08:22 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-08-16 02:08:22 +0000 |
commit | 5f112cd7564f092c93c877e526d269ec68d47922 (patch) | |
tree | d37d23c086a530131baa455c3a815d2245ea7d73 | |
parent | 1491521a6824e80e8499d706707a9a58f138dd04 (diff) | |
parent | 8f3f191bf33dbd68d9e03cb24aef50722cc62b0c (diff) |
Merge "Link our two main developer-facing docs together."
-rw-r--r-- | android-changes-for-ndk-developers.md | 5 | ||||
-rw-r--r-- | docs/status.md | 6 |
2 files changed, 10 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 diff --git a/docs/status.md b/docs/status.md index 4466a3c47..6968a1800 100644 --- a/docs/status.md +++ b/docs/status.md @@ -1,5 +1,11 @@ # Android bionic status +This document details libc/libm/libdl additions and behavior changes. + +See also +[Android linker changes for NDK developers](../android-changes-for-ndk-developers.md) +for changes related to native code loading in various Android releases. + ## Bionic function availability ### POSIX |