Skip to content

Commit 7ad0ac7

Browse files
committed
Respond to document review feedback
1 parent 47411d7 commit 7ad0ac7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/doc/rustc/src/SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
- [armv6k-nintendo-3ds](platform-support/armv6k-nintendo-3ds.md)
2424
- [armv7-unknown-linux-uclibceabi](platform-support/armv7-unknown-linux-uclibceabi.md)
2525
- [armv7-unknown-linux-uclibceabihf](platform-support/armv7-unknown-linux-uclibceabihf.md)
26-
- [\*-android(eabi)?](platform-support/android.md)
26+
- [\*-android and \*-androideabi](platform-support/android.md)
2727
- [\*-fuchsia](platform-support/fuchsia.md)
2828
- [\*-kmc-solid_\*](platform-support/kmc-solid.md)
2929
- [m68k-unknown-linux-gnu](platform-support/m68k-unknown-linux-gnu.md)

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ from the [source tree] or using the Android NDK.
1919

2020
[source tree]: https://source.android.com/docs/setup/build/downloading
2121

22-
Android targets support std and generated binaries use the ELF file format.
22+
Android targets support std. Generated binaries use the ELF file format.
2323

2424
## NDK/API Update Policy
2525

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

3030
## Building the target
3131

0 commit comments

Comments
 (0)