Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 594647ff authored by Daniel Zheng's avatar Daniel Zheng
Browse files

remove update_verifier from init

since care_map's are no longer being used, we no longer need to run
update_verifier in the init process. snapuserd performs the verification
step

Bug: 394172800
Test: th
Change-Id: I6fb4c57a6ce69cb31eb80a259301403e6220fbe8
parent 36d19e48
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -869,7 +869,7 @@ on post-fs-data
    mkdir /data/ota 0771 root root encryption=Require

    # create the OTA package directory. It will be accessed by GmsCore (cache
    # group), update_engine and update_verifier.
    # group), update_engine
    mkdir /data/ota_package 0770 system cache encryption=Require

    # create resource-cache and double-check the perms
@@ -1085,8 +1085,6 @@ on bpf-progs-loaded
# to start-zygote in device's init.rc to unblock zygote start.
on zygote-start
    wait_for_prop odsign.verification.done 1
    # A/B update verifier that marks a successful boot.
    exec_start update_verifier
    start statsd
    start zygote
    start zygote_secondary