Merge \"Start update_verifier in cache group\" into nyc-mr1-dev
am: eddde7a130
Change-Id: Ia17697a852687f319050a8cf260316f522564085
diff --git a/rootdir/init.rc b/rootdir/init.rc
index ad0c213..f276b55 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -566,7 +566,7 @@
on nonencrypted
# A/B update verifier that marks a successful boot.
- exec - root -- /system/bin/update_verifier nonencrypted
+ exec - root cache -- /system/bin/update_verifier nonencrypted
class_start main
class_start late_start
@@ -589,12 +589,12 @@
on property:vold.decrypt=trigger_restart_min_framework
# A/B update verifier that marks a successful boot.
- exec - root -- /system/bin/update_verifier trigger_restart_min_framework
+ exec - root cache -- /system/bin/update_verifier trigger_restart_min_framework
class_start main
on property:vold.decrypt=trigger_restart_framework
# A/B update verifier that marks a successful boot.
- exec - root -- /system/bin/update_verifier trigger_restart_framework
+ exec - root cache -- /system/bin/update_verifier trigger_restart_framework
class_start main
class_start late_start