Skip to content

Commit 04a8f33

Browse files
committed
Android platform support: add links to make it easier to figure out the supported API levels
1 parent 421875f commit 04a8f33

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

src/doc/rustc/src/platform-support/android.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@ Android targets support std. Generated binaries use the ELF file format.
2424

2525
## NDK/API Update Policy
2626

27-
Rust will support the most recent Long Term Support (LTS) Android Native
28-
Development Kit (NDK). By default Rust will support all API levels supported
29-
by the NDK, but a higher minimum API level may be required if deemed necessary.
27+
Rust will support the most recent Long Term Support (LTS) [Android Native
28+
Development Kit (NDK)][NDK]. By default Rust will support all [API levels supported
29+
by the NDK][API-levels], but a higher minimum API level may be required if deemed necessary.
30+
31+
[NDK]: https://github.com/android/ndk/wiki
32+
[API-levels]: https://github.com/android/ndk/wiki/Compatibility
3033

3134
## Building the target
3235

0 commit comments

Comments
 (0)