Skip to content

Commit

Permalink
[docs/android_emulator] Highlight need of remount for writable system
Browse files Browse the repository at this point in the history
Change-Id: If6708d6312bb4bf48e1d53e9245ae88a92ed1dbc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3501520
Commit-Queue: Victor Vianna <victorvianna@google.com>
Auto-Submit: Victor Vianna <victorvianna@google.com>
Reviewed-by: Michael Thiessen <mthiesse@chromium.org>
Commit-Queue: Michael Thiessen <mthiesse@chromium.org>
Cr-Commit-Position: refs/heads/main@{#977666}
  • Loading branch information
Victor Vianna authored and Chromium LUCI CQ committed Mar 4, 2022
1 parent d5c5f29 commit 725b107
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/android_emulator.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,12 @@ To manage emulator lifetime independently, use `tools/android/avd/avd.py`.
* `--writable-system`
Makes system & vendor image writable after adb remount.
Makes system & vendor image writable. It's necessary to run
```
adb root
adb remount
```
after the emulator starts.
* `--debug-tags`
Expand Down

0 comments on commit 725b107

Please sign in to comment.