system/corennnnn
Revision | 31ae2aacae46f2c20ea0b3921673f7a7ce6e1eae (tree) |
---|---|
Zeit | 2016-08-31 16:37:01 |
Autor | Mao Jinlong <c_jmao@code...> |
Commiter | Gerrit - the friendly Code Review server |
init : start time_daemon when trigger_restart_min_framework
When trigger_restart_min_framework, system time will not be correct
as time_daemon is not started and only tempfs is mounted for data
partition. So start time_daemon when trigger_restart_min_framework.
Change-Id: I43d0eb850cfff24bbd61b0b1e0f43f591b71e3fe
CRs-Fixed: 1050321
@@ -580,6 +580,7 @@ on property:vold.decrypt=trigger_restart_min_framework | ||
580 | 580 | # A/B update verifier that marks a successful boot. |
581 | 581 | exec - root -- /system/bin/update_verifier trigger_restart_min_framework |
582 | 582 | class_start main |
583 | + start time_daemon | |
583 | 584 | |
584 | 585 | on property:vold.decrypt=trigger_restart_framework |
585 | 586 | # A/B update verifier that marks a successful boot. |