summaryrefslogtreecommitdiffstats
path: root/update_verifier/update_verifier.rc
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2017-03-28 22:24:56 +0200
committerTom Cherry <tomcherry@google.com>2017-03-29 22:36:58 +0200
commitbeaa39bc230d002be5b6a10fa585d18084640470 (patch)
tree67254a6c0763c3861717d2ab94cc1e814e757af0 /update_verifier/update_verifier.rc
parentMerge "Add the missing sr-Latn into png files and rename the png locale header" am: 713d915636 am: dc235b5ab9 (diff)
downloadandroid_bootable_recovery-beaa39bc230d002be5b6a10fa585d18084640470.tar
android_bootable_recovery-beaa39bc230d002be5b6a10fa585d18084640470.tar.gz
android_bootable_recovery-beaa39bc230d002be5b6a10fa585d18084640470.tar.bz2
android_bootable_recovery-beaa39bc230d002be5b6a10fa585d18084640470.tar.lz
android_bootable_recovery-beaa39bc230d002be5b6a10fa585d18084640470.tar.xz
android_bootable_recovery-beaa39bc230d002be5b6a10fa585d18084640470.tar.zst
android_bootable_recovery-beaa39bc230d002be5b6a10fa585d18084640470.zip
Diffstat (limited to '')
-rw-r--r--update_verifier/update_verifier.rc11
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