diff --git a/rootdir/Android.bp b/rootdir/Android.bp index e98733ada..65865a65b 100644 --- a/rootdir/Android.bp +++ b/rootdir/Android.bp @@ -20,10 +20,7 @@ prebuilt_etc { name: "init.rc", src: "init.rc", sub_dir: "init/hw", - required: [ - "fsverity_init", - "platform-bootclasspath", - ], + required: ["platform-bootclasspath"], } prebuilt_etc { diff --git a/rootdir/init.rc b/rootdir/init.rc index 07bb4edd3..6693b757b 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -649,9 +649,6 @@ on late-fs # HALs required before storage encryption can get unlocked (FBE) class_start early_hal - # Load trusted keys from dm-verity protected partitions - exec -- /system/bin/fsverity_init --load-verified-keys - # Only enable the bootreceiver tracing instance for kernels 5.10 and above. on late-fs && property:ro.kernel.version=4.9 setprop bootreceiver.enable 0