commit | 75a2bba1587ed4935aa5af4455dce99b31d21f6a | [log] [tgz] |
---|---|---|
author | Paul Crowley <paulcrowley@google.com> | Sat Feb 27 05:05:50 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Feb 27 05:05:50 2021 +0000 |
tree | a845a183944559c328fac91fc44ba27b55d7440f | |
parent | 1d9764209f344005c5a6efeb069a0924c87b1fb5 [diff] | |
parent | 95a25124c7e2c7d281f4cee93873f96b1a059c2c [diff] |
Merge "Set an initial keystore.boot_level"
diff --git a/rootdir/init.rc b/rootdir/init.rc index 995b1c5..04e954e 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc
@@ -471,6 +471,9 @@ 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