Merge "Observe new apexd status value of "activated" as required."
This commit is contained in:
commit
2f11663fc9
1 changed files with 2 additions and 2 deletions
|
|
@ -733,7 +733,7 @@ on post-fs-data
|
||||||
mkdir /data/incremental 0771 system system encryption=Require
|
mkdir /data/incremental 0771 system system encryption=Require
|
||||||
|
|
||||||
# Wait for apexd to finish activating APEXes before starting more processes.
|
# Wait for apexd to finish activating APEXes before starting more processes.
|
||||||
wait_for_prop apexd.status ready
|
wait_for_prop apexd.status activated
|
||||||
perform_apex_config
|
perform_apex_config
|
||||||
|
|
||||||
# Special-case /data/media/obb per b/64566063
|
# Special-case /data/media/obb per b/64566063
|
||||||
|
|
@ -748,7 +748,7 @@ on post-fs-data
|
||||||
# Allow apexd to snapshot and restore device encrypted apex data in the case
|
# Allow apexd to snapshot and restore device encrypted apex data in the case
|
||||||
# of a rollback. This should be done immediately after DE_user data keys
|
# of a rollback. This should be done immediately after DE_user data keys
|
||||||
# are loaded. APEXes should not access this data until this has been
|
# are loaded. APEXes should not access this data until this has been
|
||||||
# completed.
|
# completed and apexd.status becomes "ready".
|
||||||
exec_start apexd-snapshotde
|
exec_start apexd-snapshotde
|
||||||
|
|
||||||
# Set SELinux security contexts on upgrade or policy update.
|
# Set SELinux security contexts on upgrade or policy update.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue