Merge "update_verifier: don't pass an unused command-line argument" into main

This commit is contained in:
Eric Biggers 2023-07-14 20:32:30 +00:00 committed by Gerrit Code Review
commit 9910cbf8e0

View file

@ -1,10 +1,4 @@
service update_verifier_nonencrypted /system/bin/update_verifier nonencrypted
user root
group cache system
priority -20
ioprio rt 0
service update_verifier /system/bin/update_verifier ${vold.decrypt}
service update_verifier /system/bin/update_verifier
user root
group cache system
priority -20