summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWei Wang <wvw@google.com>2017-04-04 01:30:17 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-04-04 01:30:17 +0200
commita3dbdd85104a3875a572c87050b79f3004d43c63 (patch)
tree6f627b52761766cbddbee0d6cabaa1add9092df9
parentMerge "applypatch: Remove duplicate test files." am: b6609f8895 am: 1f38a9b96e (diff)
parentMerge "update_verifier: tweak priority of update_verifier for quick boot" am: a6ea26987d (diff)
downloadandroid_bootable_recovery-a3dbdd85104a3875a572c87050b79f3004d43c63.tar
android_bootable_recovery-a3dbdd85104a3875a572c87050b79f3004d43c63.tar.gz
android_bootable_recovery-a3dbdd85104a3875a572c87050b79f3004d43c63.tar.bz2
android_bootable_recovery-a3dbdd85104a3875a572c87050b79f3004d43c63.tar.lz
android_bootable_recovery-a3dbdd85104a3875a572c87050b79f3004d43c63.tar.xz
android_bootable_recovery-a3dbdd85104a3875a572c87050b79f3004d43c63.tar.zst
android_bootable_recovery-a3dbdd85104a3875a572c87050b79f3004d43c63.zip
-rw-r--r--update_verifier/update_verifier.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/update_verifier/update_verifier.rc b/update_verifier/update_verifier.rc
index fc8a64dee..8b60c3ffd 100644
--- a/update_verifier/update_verifier.rc
+++ b/update_verifier/update_verifier.rc
@@ -2,10 +2,10 @@ service update_verifier_nonencrypted /system/bin/update_verifier nonencrypted
user root
class cache
priority -20
- ioprio rt 1
+ ioprio rt 0
service update_verifier /system/bin/update_verifier ${vold.decrypt}
user root
class cache
priority -20
- ioprio rt 1 \ No newline at end of file
+ ioprio rt 0