platform_bootable_recovery/update_verifier
Eric Biggers 0ce2b87528 update_verifier: don't pass an unused command-line argument
update_verifier is being passed the current stage of Full Disk
Encryption (FDE): "nonencrypted" or "${vold.decrypt}".  However, since
FDE is no longer supported, it's actually now always "nonencrypted"
(which is confusing because there *is* encryption, it's just not FDE).
Also, update_verifier doesn't actually do anything with this
command-line argument, and based on the git history it never has.

Therefore, let's update the service definition to just have an
"update_verifier" service that passes no command-line argument.

Bug: 208476087
Test: presubmit
Change-Id: I8b62290360401024b6888c2e9488207d878d3f67
2023-07-12 16:58:24 +00:00
..
include/update_verifier update_verifier: Verify blocks 2022-06-08 06:28:08 +00:00
Android.bp Remove py2 usages 2022-09-12 12:27:06 -07:00
care_map.proto Refactor update_verifier into a class 2018-09-20 15:10:52 -07:00
care_map_generator.py Update caremap to by py3 compatible 2021-10-12 15:02:32 -07:00
update_verifier.cpp Reduce logs in update_verifier 2023-02-06 12:20:53 -08:00
update_verifier.rc update_verifier: don't pass an unused command-line argument 2023-07-12 16:58:24 +00:00
update_verifier_main.cpp Let update_verifier work on non-AB update devices 2017-12-14 10:20:07 +08:00