Merge "Add display file creation rules"
This commit is contained in:
commit
3d89985482
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue