Set an initial keystore.boot_level
Keystore listens to this property and uses it to honor the MAX_BOOT_LEVEL key tag. Test: boot, use adb getprop to find the current value. Bug: 176450483 Change-Id: If32b20f56f96afa24166188c2dd931620dcaef98
This commit is contained in:
parent
c89dd8594e
commit
95a25124c7
1 changed files with 3 additions and 0 deletions
|
@ -470,6 +470,9 @@ on init
|
|||
chmod 0664 /sys/module/lowmemorykiller/parameters/minfree
|
||||
start lmkd
|
||||
|
||||
# Set an initial boot level - start at 10 in case we need to add earlier ones.
|
||||
setprop keystore.boot_level 10
|
||||
|
||||
# Start essential services.
|
||||
start servicemanager
|
||||
start hwservicemanager
|
||||
|
|
Loading…
Reference in a new issue