Merge "Create dir in /data for vendor customization" am: c39a31f002
am: bfc4da8369
Change-Id: Ib93262f3d44f879eca773f1050a72da7c456f563
This commit is contained in:
commit
bc4d384d49
1 changed files with 3 additions and 0 deletions
|
@ -411,6 +411,9 @@ on post-fs-data
|
|||
mkdir /data/misc/profman 0770 system shell
|
||||
mkdir /data/misc/gcov 0770 root root
|
||||
|
||||
mkdir /data/vendor 0771 root root
|
||||
mkdir /data/vendor/hardware 0771 root root
|
||||
|
||||
# For security reasons, /data/local/tmp should always be empty.
|
||||
# Do not place files or directories in /data/local/tmp
|
||||
mkdir /data/local/tmp 0771 shell shell
|
||||
|
|
Loading…
Reference in a new issue