Merge "Create dir in /data for vendor customization" am: c39a31f002 am: bfc4da8369

am: bc4d384d49

Change-Id: Ic14d961fb28c1cbad6a2082a321a679580a69d2c
This commit is contained in:
Jeff Vander Stoep 2017-03-23 19:48:45 +00:00 committed by android-build-merger
commit 5659c9cf1d
1 changed files with 3 additions and 0 deletions

View File

@ -412,6 +412,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