0

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:
Peter Wen
2021-08-06 21:13:40 +00:00
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 $ 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 #### Running via the test runner
The android test runner can run emulator instances on its own. In doing so, it The android test runner can run emulator instances on its own. In doing so, it