From 7ae5254b742f1f69beba0c44bbda1f7298b4ccbc Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Wed, 20 Sep 2017 12:21:24 +0200 Subject: [PATCH] msm8976-common: Update time data file path to match O changes --- rootdir/etc/init.qcom.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 85739ff..1257827 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -1273,8 +1273,8 @@ on post-fs-data mkdir /data/fota 0771 chown system system /data/fota - # 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 mkdir /data/audio/ 0770 media audio