diff options
| author | Mao Jinlong <c_jmao@codeaurora.org> | 2017-06-29 16:49:36 +0800 |
|---|---|---|
| committer | celtare21 <celtare21@gmail.com> | 2019-06-14 13:49:56 +0300 |
| commit | 758d12753eb1d7a191408867493c0c7757f23350 (patch) | |
| tree | 20a74fa037f42ad86c53478fc4fadf7bcee07025 /rootdir | |
| parent | 1d97a682947d735a4e7ff51602cd16964cad3ba1 (diff) | |
mata: Change for time service
Change time data folder into /data/vendor/time as time_daemon is in
vendor folder.
CRs-Fixed: 2055017
Change-Id: Ic2d4604e67be29fd1f7ba455baca93991e7d5f21
Signed-off-by: celtare21 <celtare21@gmail.com>
Diffstat (limited to 'rootdir')
| -rw-r--r-- | rootdir/etc/init.mata.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rootdir/etc/init.mata.rc b/rootdir/etc/init.mata.rc index a80eae00..8423cc98 100644 --- a/rootdir/etc/init.mata.rc +++ b/rootdir/etc/init.mata.rc @@ -313,8 +313,8 @@ on post-fs-data setprop vold.post_fs_data_done 1 - # Create /data/time folder for time-services - mkdir /data/time/ 0700 system system + # Create /data/vendor/time folder for time-services + mkdir /data/vendor/time/ 0700 system system # Mark the copy complete flag to not completed write /data/vendor/radio/copy_complete 0 |
