From ff8a4d7393a7a4f67d0d74e32ca720996000fd6e Mon Sep 17 00:00:00 2001 From: Mao Jinlong Date: Tue, 3 Apr 2018 20:44:50 +0800 Subject: [PATCH] clover: Change /data/time to /data/vendor/time Time folder is for time_daemon which is in vendor partition. Vendor module can't access data in /data for treble limit. So change /data/time to /data/vendor/time. Change-Id: If3420ec92fa79f8d7c98a1e20c12f148b0fd7894 --- 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 06bc53c..9576d18 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -370,8 +370,8 @@ on post-fs-data #Create directory for hostapd mkdir /data/hostapd 0770 system wifi - # 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/vendor/audio/ 0770 media audio