diff options
Diffstat (limited to 'update_verifier/update_verifier.rc')
-rw-r--r-- | update_verifier/update_verifier.rc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/update_verifier/update_verifier.rc b/update_verifier/update_verifier.rc new file mode 100644 index 000000000..fc8a64dee --- /dev/null +++ b/update_verifier/update_verifier.rc @@ -0,0 +1,11 @@ +service update_verifier_nonencrypted /system/bin/update_verifier nonencrypted + user root + class cache + priority -20 + ioprio rt 1 + +service update_verifier /system/bin/update_verifier ${vold.decrypt} + user root + class cache + priority -20 + ioprio rt 1
\ No newline at end of file |