From a2058036ed70cac9943885cef0581cab6d14c058 Mon Sep 17 00:00:00 2001 From: Wei Wang Date: Wed, 8 Mar 2017 12:36:54 -0800 Subject: [PATCH] init.rc: add a new zygote-start trigger Bug: 35110957 Test: marlin boots Change-Id: I12b41588371486e79938df2f7a2152cda18530d1 --- rootdir/init.rc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rootdir/init.rc b/rootdir/init.rc index 1e5fa504f..8d9e508ea 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -290,6 +290,10 @@ on late-init # /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