commit | b281406ce6d8bd509fee5a93d7994535938ab95e | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Mon Nov 14 13:21:40 2022 +0900 |
committer | Jaewan Kim <jaewan@google.com> | Mon Nov 14 16:17:41 2022 +0900 |
tree | 11fa517a551aaef43fbae626abbfe00061304b08 | |
parent | b0c31f2f061af3101b5896cc50ce6dbf44f89b4f [diff] |
virtualizationservice: Add crashkernel=17M when launching VM Microdroid kernel would not have crashkernel=17M by default, so add it back for making kdump happy. Bug: 243630590 Test: && - `adb shell cat /proc/cmdline` still have crashkernel=17M && with custom microdroid kernel without crashkernel=17M. - `adb shell cat /proc/meminfo` remains same regardless of && crashkernel=17M in microdroid kernel. Change-Id: Ic36f1116288af51ee9068835004f381ba0608e0f
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.