Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemCore
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemCore
Commits
5b993e38
Commit
5b993e38
authored
6 years ago
by
Tom Cherry
Committed by
Gerrit Code Review
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Move zygote start after loading persist properties"
parents
1fd4b364
fa14d21c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
rootdir/init.rc
+3
-3
3 additions, 3 deletions
rootdir/init.rc
with
3 additions
and
3 deletions
rootdir/init.rc
+
3
−
3
View file @
5b993e38
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment