Skip to content

Commit

Permalink
am a91335a: am 90c75b0: Change init sequence to support file level en…
Browse files Browse the repository at this point in the history
…cryption

* commit 'a91335aedcdf1eae07e82bb4f247616832f05928':
  Change init sequence to support file level encryption
  • Loading branch information
PaulLawrenceGoogle authored and Android Git Automerger committed Jul 13, 2015
2 parents 25c0cd3 + a91335a commit e93ab57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/init.rc
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ on boot
class_start default

# Load properties from /system/ + /factory after fs mount.
on load_all_props_action
load_all_props
on load_system_props_action
load_system_props

on firmware_mounts_complete
rm /dev/.booting
Expand All @@ -62,7 +62,7 @@ on late-init
# Load properties from /system/ + /factory after fs mount. Place
# this in another action so that the load will be scheduled after the prior
# issued fs triggers have completed.
trigger load_all_props_action
trigger load_system_props_action

# Remove a file to wake up anything waiting for firmware
trigger firmware_mounts_complete
Expand Down

0 comments on commit e93ab57

Please sign in to comment.