Merge "Create /data/ota_package for OTA packages." into nyc-mr1-dev

am: f9b7f7fdba

* commit 'f9b7f7fdba6f62309372fee7c619de1edd8aa389':
  Create /data/ota_package for OTA packages.

Change-Id: I8d0cb3b8687d376efbfbbf186f858bef1c7ccf8e
This commit is contained in:
Tao Bao 2016-06-07 04:43:14 +00:00 committed by android-build-merger
commit 27bbf8953d
1 changed files with 4 additions and 0 deletions

View File

@ -395,6 +395,10 @@ on post-fs-data
# create the A/B OTA directory, so as to enforce our permissions
mkdir /data/ota 0771 root root
# create the OTA package directory. It will be accessed by GmsCore (cache
# group), update_engine and update_verifier.
mkdir /data/ota_package 0770 system cache
# create resource-cache and double-check the perms
mkdir /data/resource-cache 0771 system system
chown system system /data/resource-cache