Hey, I am trying to build GOS for Pixel 6a with fsverity disabled, or only apk verity if possible.
I have tried modifying build/target/product/verity.mk
and have set:
PRODUCT_SUPPORTS_BOOT_SIGNER := false
PRODUCT_SUPPORTS_VERITY := false
PRODUCT_SUPPORTS_VERITY_FEC := false
When I executed getprop
I got
[ro.boot.veritymode]: [enforcing]
Your advice is appreciated