Merge "Start update_verifier in cache group" into nyc-mr1-dev
This commit is contained in:
commit
eddde7a130
1 changed files with 3 additions and 3 deletions
|
|
@ -572,7 +572,7 @@ on boot
|
||||||
|
|
||||||
on nonencrypted
|
on nonencrypted
|
||||||
# A/B update verifier that marks a successful boot.
|
# 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 main
|
||||||
class_start late_start
|
class_start late_start
|
||||||
|
|
||||||
|
|
@ -595,12 +595,12 @@ on property:vold.decrypt=trigger_post_fs_data
|
||||||
|
|
||||||
on property:vold.decrypt=trigger_restart_min_framework
|
on property:vold.decrypt=trigger_restart_min_framework
|
||||||
# A/B update verifier that marks a successful boot.
|
# 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
|
class_start main
|
||||||
|
|
||||||
on property:vold.decrypt=trigger_restart_framework
|
on property:vold.decrypt=trigger_restart_framework
|
||||||
# A/B update verifier that marks a successful boot.
|
# 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 main
|
||||||
class_start late_start
|
class_start late_start
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue