Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions src/doc/rustc/src/platform-support/android.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ Android targets support std. Generated binaries use the ELF file format.

## NDK/API Update Policy

Rust will support the most recent Long Term Support (LTS) Android Native
Development Kit (NDK). By default Rust will support all API levels supported
by the NDK, but a higher minimum API level may be required if deemed necessary.
Rust will support the most recent Long Term Support (LTS) [Android Native
Development Kit (NDK)][NDK]. By default Rust will support all [API levels supported
by the NDK][API-levels], but a higher minimum API level may be required if deemed necessary.

[NDK]: https://github.com/android/ndk/wiki
[API-levels]: https://github.com/android/ndk/wiki/Compatibility

## Building the target

Expand Down
Loading