Add display file creation rules

Change-Id: I794631f9e624b7a829abb2e7249d3c9309735ca2
This commit is contained in:
Rajesh Yadav 2017-05-11 00:15:05 +05:30
parent 7ddac7ec48
commit 5700a33011
2 changed files with 6 additions and 3 deletions

View File

@ -256,9 +256,6 @@ on post-fs-data
# Create directory used by the DASH client
mkdir /data/misc/dash 0770 media audio
# Create directory used by display clients
mkdir /data/misc/display 0770 system graphics
# Mounting of persist is moved to 'on emmc-fs' and 'on fs' sections
# We chown/chmod /persist again so because mount is run as root + defaults
chown root system /persist

View File

@ -48,12 +48,18 @@ on post-fs
on post-fs-data
# Add on post-fs-data events here
# Create directory used by display clients
mkdir /data/vendor/display 0770 system graphics
on early-boot
# Add on early-boot events here
on boot
# Add on boot events here
# Create directory used for display
mkdir /persist/display 0770 system graphics
# Add Vendor service definitions, triggers from here on.