File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
- [ armv6k-nintendo-3ds] ( platform-support/armv6k-nintendo-3ds.md )
24
24
- [ armv7-unknown-linux-uclibceabi] ( platform-support/armv7-unknown-linux-uclibceabi.md )
25
25
- [ 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 )
27
27
- [ \* -fuchsia] ( platform-support/fuchsia.md )
28
28
- [ \* -kmc-solid_ \* ] ( platform-support/kmc-solid.md )
29
29
- [ m68k-unknown-linux-gnu] ( platform-support/m68k-unknown-linux-gnu.md )
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ from the [source tree] or using the Android NDK.
19
19
20
20
[ source tree ] : https://source.android.com/docs/setup/build/downloading
21
21
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.
23
23
24
24
## NDK/API Update Policy
25
25
26
26
Rust will support the most recent Long Term Support (LTS) Android Native
27
27
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.
29
29
30
30
## Building the target
31
31
You can’t perform that action at this time.
0 commit comments