diff options
author | Tianjie Xu <xunchang@google.com> | 2016-07-14 22:27:08 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2016-07-14 22:27:08 +0000 |
commit | eddde7a130e8ee732ead4ba5453c6d6d3078d091 (patch) | |
tree | c6c25f461d27262c394413124401865839c80ad6 /rootdir | |
parent | c5259155763da5aff3c8a45715c283ce0261dc23 (diff) | |
parent | 1e4635f0a8c307592b015476bc69ee2da28c41af (diff) | |
download | core-eddde7a130e8ee732ead4ba5453c6d6d3078d091.tar.gz core-eddde7a130e8ee732ead4ba5453c6d6d3078d091.tar.bz2 core-eddde7a130e8ee732ead4ba5453c6d6d3078d091.zip |
Merge "Start update_verifier in cache group" into nyc-mr1-dev
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index bf1122715..56379dbd3 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -572,7 +572,7 @@ on boot 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 @@ -595,12 +595,12 @@ on property:vold.decrypt=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 + 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 |