[incrementa;] set mode and encryption for /data/incremental
To be consistent with /data/app. Test: boots BUG: 137855266 Change-Id: I8aa549155367edfad158924bcf7892ac7bb76f16
This commit is contained in:
parent
c9d8d2b7aa
commit
73d9e7d666
|
@ -689,7 +689,7 @@ on post-fs-data
|
|||
mkdir /data/rollback-observer 0700 system system encryption=DeleteIfNecessary
|
||||
|
||||
# Create root dir for Incremental Service
|
||||
mkdir /data/incremental 0770 system system encryption=None
|
||||
mkdir /data/incremental 0771 system system encryption=Require
|
||||
|
||||
# Wait for apexd to finish activating APEXes before starting more processes.
|
||||
wait_for_prop apexd.status ready
|
||||
|
|
Loading…
Reference in New Issue