aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Martins <bgcngm@gmail.com>2018-02-16 02:45:29 +0100
committerDavide Garberi <dade.garberi@gmail.com>2018-02-19 19:54:12 +0100
commitaa716b868a091177596732f7ae41edba666ccd02 (patch)
tree3f0d1ceba616f5c1a6bb087cfa0c08e46205aecd
parentf3aa4a6afca4abc0a640a4d2cd66ab4e717db541 (diff)
msm8996-common: Update time services to O
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to '')
-rw-r--r--proprietary-files.txt8
-rwxr-xr-xrootdir/etc/init.qcom.rc4
2 files changed, 5 insertions, 7 deletions
diff --git a/proprietary-files.txt b/proprietary-files.txt
index beec69e..e8145e8 100644
--- a/proprietary-files.txt
+++ b/proprietary-files.txt
@@ -777,12 +777,10 @@ vendor/lib64/libthermalioctl.so
vendor/lib64/libthermalclient.so
# Time service
--app/TimeService/TimeService.apk
-bin/time_daemon
-vendor/lib/libTimeService.so
--vendor/lib/libtime_genoff.so
+-vendor/app/TimeService/TimeService.apk
+vendor/bin/time_daemon
vendor/lib64/libTimeService.so
--vendor/lib64/libtime_genoff.so
+vendor/lib64/libtime_genoff.so
# TUI
lib/vendor.qti.hardware.tui_comm@1.0.so
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc
index dd6c901..1c7e401 100755
--- a/rootdir/etc/init.qcom.rc
+++ b/rootdir/etc/init.qcom.rc
@@ -527,8 +527,8 @@ service thermal-engine /vendor/bin/thermal-engine
group root
writepid /dev/cpuset/system-background/tasks
-service time_daemon /system/bin/time_daemon
- class late_start
+service time_daemon /vendor/bin/time_daemon
+ class main
user root
group root
writepid /dev/cpuset/system-background/tasks