Loading rootdir/Android.bp +4 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,10 @@ prebuilt_etc { name: "init.rc", src: "init.rc", sub_dir: "init/hw", required: ["platform-bootclasspath"], required: [ "fsverity_init", "platform-bootclasspath", ], } prebuilt_etc { Loading rootdir/init.rc +3 −0 Original line number Diff line number Diff line Loading @@ -629,6 +629,9 @@ 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 Loading Loading
rootdir/Android.bp +4 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,10 @@ prebuilt_etc { name: "init.rc", src: "init.rc", sub_dir: "init/hw", required: ["platform-bootclasspath"], required: [ "fsverity_init", "platform-bootclasspath", ], } prebuilt_etc { Loading
rootdir/init.rc +3 −0 Original line number Diff line number Diff line Loading @@ -629,6 +629,9 @@ 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 Loading