From a76efdd91667398649e5d1366bc37400d37daa40 Mon Sep 17 00:00:00 2001 From: Fagyi Date: Mon, 15 Mar 2021 11:06:45 +0100 Subject: [PATCH] sdm710-common: rootdir: add data/vendor/time QC-time-servicesDaemon:Open File: /data/vendor/time/ats_3 QC-time-servicesDaemon:Unable to open filefor read QC-time-servicesDaemon:genoff_post_init:Error in accessing storage --- rootdir/etc/init.target.rc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rootdir/etc/init.target.rc b/rootdir/etc/init.target.rc index 39a84e6..75e32c4 100644 --- a/rootdir/etc/init.target.rc +++ b/rootdir/etc/init.target.rc @@ -69,6 +69,12 @@ on post-fs on late-fs mount_all /vendor/etc/fstab.qcom --late + # Required for time_daemon + mkdir /data/vendor/time 0700 system system + + # Start time daemon early so that the system time can be set early + start time_daemon + on post-fs-data mkdir /data/tombstones 0771 system system mkdir /tombstones/modem 0771 system system