Snap for 7529132 from 45efe0613b1847da5b140dc456fae05bc54d884e to sc-d2-release

Change-Id: Iebd54b92b5a1a5e0ec23b74bbf555ab5220ac9c3
diff --git a/microdroid/Android.bp b/microdroid/Android.bp
index 0c6afd1..55075ca 100644
--- a/microdroid/Android.bp
+++ b/microdroid/Android.bp
@@ -147,7 +147,9 @@
     ],
 }
 
-microdroid_boot_cmdline = "panic=-1 " +
+// TODO(jiyong): change the name to init, cause it's confusing
+microdroid_boot_cmdline = "rdinit=/bin/init_vendor " +
+    "panic=-1 " +
     // TODO(b/181936135) make the ratelimiting conditional; ratelimiting on prod build
     "printk.devkmsg=on " +
     "androidboot.first_stage_console=1 " +
@@ -184,7 +186,7 @@
 android_filesystem {
     name: "microdroid_ramdisk-5.10",
     deps: [
-        "init_first_stage",
+        "init_first_stage_soong",
     ],
     dirs: [
         "dev",