Skip to content
Snippets Groups Projects
Commit 476b48b6 authored by Inseob Kim's avatar Inseob Kim Committed by Gerrit Code Review
Browse files

Merge "Update init_first_stage"

parents 681f5ed8 9733096f
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment