diff options
author | Andreas Gampe <agampe@google.com> | 2016-02-03 01:28:32 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2016-02-03 01:28:32 +0000 |
commit | fcad79fe10ab73b8a0bdedc4f5d30838c52cb44b (patch) | |
tree | 5a59e86aebe5fe948458c4850c9c4511fb85677a /rootdir/init.rc | |
parent | 1446f0f3185639b32a18d91c3f3c27254e180343 (diff) | |
parent | 7dfcc92beeda542b0148c71490cac29007cce38f (diff) |
Merge "Init: add OTA directory"
Diffstat (limited to 'rootdir/init.rc')
-rw-r--r-- | rootdir/init.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index dda7338f0..69cff30d1 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -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 |