Merge "Init: add OTA directory"

This commit is contained in:
Andreas Gampe 2016-02-03 01:28:32 +00:00 committed by Android (Google) Code Review
commit fcad79fe10
1 changed files with 2 additions and 0 deletions

View File

@ -379,6 +379,8 @@ on post-fs-data
# create dalvik-cache, so as to enforce our permissions
mkdir /data/dalvik-cache 0771 root root
# create the A/B OTA directory, so as to enforce our permissions
mkdir /data/ota 0771 root root
# create resource-cache and double-check the perms
mkdir /data/resource-cache 0771 system system