Skip to content
Snippets Groups Projects
Commit 5b993e38 authored by Tom Cherry's avatar Tom Cherry Committed by Gerrit Code Review
Browse files

Merge "Move zygote start after loading persist properties"

parents 1fd4b364 fa14d21c
Branches
Tags
No related merge requests found
...@@ -306,12 +306,12 @@ on late-init ...@@ -306,12 +306,12 @@ on late-init
# /data, which in turn can only be loaded when system properties are present. # /data, which in turn can only be loaded when system properties are present.
trigger post-fs-data trigger post-fs-data
# Now we can start zygote for devices with file based encryption
trigger zygote-start
# Load persist properties and override properties (if enabled) from /data. # Load persist properties and override properties (if enabled) from /data.
trigger load_persist_props_action trigger load_persist_props_action
# Now we can start zygote for devices with file based encryption
trigger zygote-start
# Remove a file to wake up anything waiting for firmware. # Remove a file to wake up anything waiting for firmware.
trigger firmware_mounts_complete trigger firmware_mounts_complete
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment