Skip to content

Commit 088169b

Browse files
authored
Make page title more specific (#2405)
Naming the slide “Bare-Metal Android” avoids an annoying situation when searching: before, searching for “android” would list this slide as a top hit because it matches the search term precisely. This meant that the whole Rust in Android section course was harder to find. With this change, the “Welcome to Rust in Android” page becomes easier to find.
1 parent 6148cae commit 088169b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
- [`buddy_system_allocator`](bare-metal/useful-crates/buddy_system_allocator.md)
347347
- [`tinyvec`](bare-metal/useful-crates/tinyvec.md)
348348
- [`spin`](bare-metal/useful-crates/spin.md)
349-
- [Android](bare-metal/android.md)
349+
- [Bare-Metal on Android](bare-metal/android.md)
350350
- [`vmbase`](bare-metal/android/vmbase.md)
351351
- [Exercises](exercises/bare-metal/afternoon.md)
352352
- [RTC Driver](exercises/bare-metal/rtc.md)

src/bare-metal/android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Android
1+
# Bare-Metal on Android
22

33
To build a bare-metal Rust binary in AOSP, you need to use a `rust_ffi_static`
44
Soong rule to build your Rust code, then a `cc_binary` with a linker script to

0 commit comments

Comments
 (0)