Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df13f60c authored by Tao Bao's avatar Tao Bao Committed by Gerrit Code Review
Browse files

Merge "rootdir: Execute update_verifier for A/B update."

parents b6345d6e 97df3956
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -493,6 +493,8 @@ on boot
    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

@@ -521,9 +523,13 @@ on property:vold.decrypt=trigger_post_fs_data
    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