summaryrefslogtreecommitdiffstats
path: root/rootdir
diff options
context:
space:
mode:
authorDaniel Rosenberg <drosen@google.com>2019-07-12 23:43:56 +0000
committerDaniel Rosenberg <drosen@google.com>2019-07-12 23:43:56 +0000
commit35708b9d7bcae0f9183de2848d782b2d0c54bcb6 (patch)
tree05d19ed7b04e4be5445ff306f1bfcd5e825eecb3 /rootdir
parent997a2d93d7a9216c248be9c983adec2d91283f5a (diff)
downloadsystem_core-35708b9d7bcae0f9183de2848d782b2d0c54bcb6.tar.gz
system_core-35708b9d7bcae0f9183de2848d782b2d0c54bcb6.tar.bz2
system_core-35708b9d7bcae0f9183de2848d782b2d0c54bcb6.zip
Reland "Revert "rootdir / sdcard : Stop creating /data/media/obb.""
This reverts commit 997a2d93d7a9216c248be9c983adec2d91283f5a. Reason for revert: This revert is needed, just also need some selinux rules for changes to the script that runs if this folder is present. Bug: 136199978 Change-Id: Ie0544954965e3c90abc2f833c41949976c3bea65
Diffstat (limited to 'rootdir')
-rw-r--r--rootdir/init.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 260199794..1b7367c46 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -586,6 +586,7 @@ on post-fs-data
symlink /data/data /data/user/0
mkdir /data/media 0770 media_rw media_rw
+ mkdir /data/media/obb 0770 media_rw media_rw
mkdir /data/cache 0770 system cache
mkdir /data/cache/recovery 0770 system cache