Merge "update_verifier: don't pass an unused command-line argument" into main am: 9910cbf8e0
Original change: https://android-review.googlesource.com/c/platform/bootable/recovery/+/2653222 Change-Id: Idc48e7cca9874d94dc7d98b62b43874c54541c91 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
5dfa62d6af
1 changed files with 1 additions and 7 deletions
|
@ -1,10 +1,4 @@
|
||||||
service update_verifier_nonencrypted /system/bin/update_verifier nonencrypted
|
service update_verifier /system/bin/update_verifier
|
||||||
user root
|
|
||||||
group cache system
|
|
||||||
priority -20
|
|
||||||
ioprio rt 0
|
|
||||||
|
|
||||||
service update_verifier /system/bin/update_verifier ${vold.decrypt}
|
|
||||||
user root
|
user root
|
||||||
group cache system
|
group cache system
|
||||||
priority -20
|
priority -20
|
||||||
|
|
Loading…
Reference in a new issue