Update init_first_stage
Bug: 187196593 Test: boot microdroid Change-Id: I7cb582ca02e1b71bffec0d0507789bf84234027c
This commit is contained in:
parent
803e517ba1
commit
9733096fab
|
@ -188,9 +188,7 @@ logical_partition {
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO(jiyong): change the name to init, cause it's confusing
|
microdroid_boot_cmdline = "panic=-1 " +
|
||||||
microdroid_boot_cmdline = "rdinit=/bin/init_vendor " +
|
|
||||||
"panic=-1 " +
|
|
||||||
// TODO(b/181936135) make the ratelimiting conditional; ratelimiting on prod build
|
// TODO(b/181936135) make the ratelimiting conditional; ratelimiting on prod build
|
||||||
"printk.devkmsg=on " +
|
"printk.devkmsg=on " +
|
||||||
"androidboot.first_stage_console=1 " +
|
"androidboot.first_stage_console=1 " +
|
||||||
|
@ -226,7 +224,7 @@ bootimg {
|
||||||
android_filesystem {
|
android_filesystem {
|
||||||
name: "microdroid_ramdisk-5.10",
|
name: "microdroid_ramdisk-5.10",
|
||||||
deps: [
|
deps: [
|
||||||
"init_first_stage_soong",
|
"init_first_stage",
|
||||||
],
|
],
|
||||||
dirs: [
|
dirs: [
|
||||||
"dev",
|
"dev",
|
||||||
|
|
Loading…
Reference in New Issue