| commit | c86b2fc37cf67bccfc739d98c63ae6f3bd3ada42 | [log] [tgz] |
|---|---|---|
| author | Haiyang Pan <hypan@google.com> | Fri Apr 17 01:52:55 2020 |
| committer | Commit Bot <commit-bot@chromium.org> | Fri Apr 17 01:52:55 2020 |
| tree | bfdf384a608bc0ca8913eab73b66554fce972a9e | |
| parent | 08aa981d5f70b2e4ad8f38bdc4c454d9ac790dcf [diff] |
emulator: edit config.ini instead of hardware-qemu.ini during avd Install. This fixes sdcard mounting and avd fastboot. Emulator reads config.ini for the configuration, not hardware-qemu.ini. (The latter one is auto-generated and gets updated when applicable.) Also, change made to hardware-qemu.ini could invalidate the snapshot and leads to a cold boot, which is not desired. It is because emulator will not use the quickboot snapshot unless hardware-qemu.ini and hardware.ini from quickboot snapshot are equal Bug: 922145, 1057811 Change-Id: Ie913e907148e64fcc7ba4188529578b739fa1f3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153762 Reviewed-by: Ben Pastene <bpastene@chromium.org> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#759901}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.