Merge "Update init_first_stage"

This commit is contained in:
Inseob Kim 2021-06-18 17:12:23 +00:00 committed by Gerrit Code Review
commit 476b48b67c
1 changed files with 2 additions and 4 deletions

View File

@ -193,9 +193,7 @@ logical_partition {
],
}
// TODO(jiyong): change the name to init, cause it's confusing
microdroid_boot_cmdline = "rdinit=/bin/init_vendor " +
"panic=-1 " +
microdroid_boot_cmdline = "panic=-1 " +
// TODO(b/181936135) make the ratelimiting conditional; ratelimiting on prod build
"printk.devkmsg=on " +
"androidboot.first_stage_console=1 " +
@ -231,7 +229,7 @@ bootimg {
android_filesystem {
name: "microdroid_ramdisk-5.10",
deps: [
"init_first_stage_soong",
"init_first_stage",
],
dirs: [
"dev",