diff options
author | Jeff Sharkey <jsharkey@android.com> | 2015-04-06 14:08:54 -0700 |
---|---|---|
committer | Jeff Sharkey <jsharkey@android.com> | 2015-04-06 17:42:14 -0700 |
commit | ae0a5acc0e46df569b97a605246e59c6ea4821f8 (patch) | |
tree | 14a84310e31e16b01060431bb44daee1e417ac1e /rootdir/init.rc | |
parent | 94a86a4f97d610c63928ec6faae513ce409f9633 (diff) | |
download | system_core-ae0a5acc0e46df569b97a605246e59c6ea4821f8.zip system_core-ae0a5acc0e46df569b97a605246e59c6ea4821f8.tar.gz system_core-ae0a5acc0e46df569b97a605246e59c6ea4821f8.tar.bz2 |
Mount point for expanded storage.
Managed by vold.
Bug: 19993667
Change-Id: I7957b44d37d6a1f572cbec515d03856a8ed54391
Diffstat (limited to 'rootdir/init.rc')
-rw-r--r-- | rootdir/init.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 3da6cc7..4ff17e3 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -72,6 +72,7 @@ on init mkdir /mnt/media_rw 0750 root media_rw mkdir /mnt/user 0755 root root mkdir /mnt/user/0 0755 root root + mkdir /mnt/expand 0771 system system # sdcard_r is GID 1028 mkdir /storage 0751 root sdcard_r |