Merge "Observe new apexd status value of "activated" as required." am: 2f11663fc9 am: f53cca4d26

Change-Id: I8ea819407b50d3ce632f5b987507a7807de60bd4
This commit is contained in:
Automerger Merge Worker 2020-03-02 10:47:07 +00:00
commit 31a64ed187

View file

@ -739,7 +739,7 @@ on post-fs-data
mkdir /data/misc/train-info/ 0770 statsd system
# 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
# Special-case /data/media/obb per b/64566063
@ -754,7 +754,7 @@ on post-fs-data
# 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
# are loaded. APEXes should not access this data until this has been
# completed.
# completed and apexd.status becomes "ready".
exec_start apexd-snapshotde
# Set SELinux security contexts on upgrade or policy update.