Merge "rootdir: Execute update_verifier for A/B update."
am: df13f60ce0
* commit 'df13f60ce0152bc9a38e18fcb9c7c839d8eba5e3':
rootdir: Execute update_verifier for A/B update.
diff --git a/rootdir/init.rc b/rootdir/init.rc
index b0dab97..2da694e 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -506,6 +506,8 @@
class_start core
on nonencrypted
+ # A/B update verifier that marks a successful boot.
+ exec - root -- /system/bin/update_verifier nonencrypted
class_start main
class_start late_start
@@ -534,9 +536,13 @@
trigger post-fs-data
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
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
class_start main
class_start late_start