Merge "Make /data/media case insensitive"

This commit is contained in:
Daniel Rosenberg 2020-02-04 23:03:38 +00:00 committed by Gerrit Code Review
commit 02e5e1ea22
1 changed files with 5 additions and 4 deletions

View File

@ -694,10 +694,6 @@ on post-fs-data
mkdir /data/user/0 0700 system system encryption=None
mount none /data/data /data/user/0 bind rec
# Special-case /data/media/obb per b/64566063
mkdir /data/media 0770 media_rw media_rw encryption=None
mkdir /data/media/obb 0770 media_rw media_rw encryption=Attempt
# A tmpfs directory, which will contain all apps CE DE data directory that
# bind mount from the original source.
chown root root /data_mirror
@ -735,6 +731,11 @@ on post-fs-data
wait_for_prop apexd.status ready
perform_apex_config
# Special-case /data/media/obb per b/64566063
mkdir /data/media 0770 media_rw media_rw encryption=None
exec - media_rw media_rw -- /system/bin/chattr +F /data/media
mkdir /data/media/obb 0770 media_rw media_rw encryption=Attempt
exec_start derive_sdk
init_user0