Merge "video: create directory for video dump"

This commit is contained in:
Linux Build Service Account 2017-06-21 20:16:56 -07:00 committed by Gerrit - the friendly Code Review server
commit 2744758e25
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,9 @@ on post-fs-data
# Create directory used by display clients
mkdir /data/vendor/display 0770 system graphics
# Create directory used by media clients
mkdir /data/vendor/media 0700 media media
on early-boot
# Add on early-boot events here