video: create directory for video dump

Create directory for Dump video inside vendor
data partition (data/vendor/media)

Change-Id: Icabdc8e0d4bb57ec2ba8857068fabea925d7d181
This commit is contained in:
Uma Mehta 2017-05-16 13:55:55 +05:30 committed by Gerrit - the friendly Code Review server
parent 35f2166d5c
commit 5f81ac7c30
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