Skip to content
Commit 02a58171 authored by Victor Hsieh's avatar Victor Hsieh
Browse files

Do not force to verify priv apps on boot

Originally, priv apps are forced to stay verified upon reboot. fs-verity
helps to postpond to verification to access time and is done by kernel.
In case if fs-verity is stripped, we fall back to classic signature
verification, which is slow as it touches the whole apk.

As we are just starting to roll out FSI, fs-verity is not served yet and
we'll be on the slow path until it's done, which will take a while. For
now, disable the force verification to priv apps.

Test: build
Bug: 154310064
Change-Id: Ibafdb79ba2e042286c9a635ec8d9159f0af6ef06
parent 4add1559
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment