Android: Add kvm note for emulator docs
This is needed, otherwise the emulator will not pick up the kvm changes. Bug: 1105423 Change-Id: I86b9cd1cdc69e4d19d0574a0460e72730961d3d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3078087 Auto-Submit: Peter Wen <wnwen@chromium.org> Reviewed-by: Haiyang Pan <hypan@google.com> Commit-Queue: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#909486}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
e110c07e9a
commit
96981e2053
@ -50,6 +50,13 @@ You can use these configuration files to run the same emulator images locally.
|
||||
$ newgrp kvm
|
||||
```
|
||||
|
||||
You need to log out and log back in so the new groups take effect. Or you
|
||||
can use the following on a per-shell basis without logging out:
|
||||
|
||||
```
|
||||
$ su - $USER
|
||||
```
|
||||
|
||||
#### Running via the test runner
|
||||
|
||||
The android test runner can run emulator instances on its own. In doing so, it
|
||||
|
Reference in New Issue
Block a user