Merge "Set up /data/fonts directory for updatable system fonts"
This commit is contained in:
commit
4356f6e98d
1 changed files with 5 additions and 0 deletions
|
|
@ -749,6 +749,11 @@ on post-fs-data
|
||||||
mkdir /data/app 0771 system system encryption=Require
|
mkdir /data/app 0771 system system encryption=Require
|
||||||
mkdir /data/property 0700 root root encryption=Require
|
mkdir /data/property 0700 root root encryption=Require
|
||||||
|
|
||||||
|
# create directory for updated font files.
|
||||||
|
mkdir /data/fonts/ 0771 root root encryption=Require
|
||||||
|
mkdir /data/fonts/files 0771 system system
|
||||||
|
mkdir /data/fonts/config 0770 system system
|
||||||
|
|
||||||
# Create directories to push tests to for each linker namespace.
|
# Create directories to push tests to for each linker namespace.
|
||||||
# Create the subdirectories in case the first test is run as root
|
# Create the subdirectories in case the first test is run as root
|
||||||
# so it doesn't end up owned by root.
|
# so it doesn't end up owned by root.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue