Merge "init.rc: add a new zygote-start trigger" am: 4e5e797d26
am: 0d9416ba2e

Change-Id: Ibd8a768b0d76dcd71eb5f8c17528af78074c8ca3
diff --git a/rootdir/init.rc b/rootdir/init.rc
index a696ec8..c025d13 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -290,6 +290,10 @@
     # /data, which in turn can only be loaded when system properties are present.
     trigger post-fs-data
 
+    # Now we can start zygote for file base encryption devices in
+    # init.{$device}.rc
+    trigger zygote-start
+
     # Load persist properties and override properties (if enabled) from /data.
     trigger load_persist_props_action