Link our two main developer-facing docs together.
Bug: http://b/139329827 Test: N/A Change-Id: I38e05f1a7eaa8ff31b503541e34f2e362cd4722e
This commit is contained in:
parent
639ad55176
commit
8f3f191bf3
2 changed files with 10 additions and 1 deletions
|
@ -1,8 +1,11 @@
|
||||||
# Android changes for NDK developers
|
# Android linker changes for NDK developers
|
||||||
|
|
||||||
This document details important changes related to native code
|
This document details important changes related to native code
|
||||||
loading in various Android releases.
|
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
|
Required tools: the NDK has an _arch_-linux-android-readelf binary
|
||||||
(e.g. arm-linux-androideabi-readelf or i686-linux-android-readelf)
|
(e.g. arm-linux-androideabi-readelf or i686-linux-android-readelf)
|
||||||
for each architecture (under toolchains/), but you can use readelf for
|
for each architecture (under toolchains/), but you can use readelf for
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# Android bionic status
|
# 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
|
## Bionic function availability
|
||||||
|
|
||||||
### POSIX
|
### POSIX
|
||||||
|
|
Loading…
Reference in a new issue