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
This commit is contained in:
parent
aab4041ab2
commit
a76efdd916
1 changed files with 6 additions and 0 deletions
|
@ -69,6 +69,12 @@ on post-fs
|
||||||
on late-fs
|
on late-fs
|
||||||
mount_all /vendor/etc/fstab.qcom --late
|
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
|
on post-fs-data
|
||||||
mkdir /data/tombstones 0771 system system
|
mkdir /data/tombstones 0771 system system
|
||||||
mkdir /tombstones/modem 0771 system system
|
mkdir /tombstones/modem 0771 system system
|
||||||
|
|
Loading…
Reference in a new issue