summaryrefslogtreecommitdiffstats
path: root/rootdir
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-10-16 01:45:51 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-10-16 01:45:51 +0000
commit8e842dd365cea8e94973ea7534217c24e4d139c7 (patch)
treedc9e59be9f60a4a4ccf7da3acf7190a016b6a677 /rootdir
parent1ffe0ccc704c29fe816facafb99c7428ec91efd6 (diff)
parent6156b9b8baa4fafa50d40a3cb213ee0799c8237c (diff)
downloadsystem_core-8e842dd365cea8e94973ea7534217c24e4d139c7.tar.gz
system_core-8e842dd365cea8e94973ea7534217c24e4d139c7.tar.bz2
system_core-8e842dd365cea8e94973ea7534217c24e4d139c7.zip
Merge "Call markBootAttempt when serice manager available"
Diffstat (limited to 'rootdir')
-rw-r--r--rootdir/init.rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 9aaad8fcf..21d234f78 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -336,6 +336,8 @@ on post-fs
start servicemanager
start hwservicemanager
start vndservicemanager
+ start vold
+ exec - system system -- /system/bin/vdc checkpoint markBootAttempt
# Once everything is setup, no need to modify /.
# The bind+remount combination allows this to work in containers.