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:
Fagyi 2021-03-15 11:06:45 +01:00 committed by CakesTwix
parent aab4041ab2
commit a76efdd916
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -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