xref: /aosp_15_r20/system/core/rootdir/init.boringssl.zygote64_32.rc (revision 00c7fec1bb09f3284aad6a6f96d2f63dfc3650ad)
1on init && property:ro.product.cpu.abilist32=*
2    exec_start boringssl_self_test32
3on init && property:ro.product.cpu.abilist64=*
4    exec_start boringssl_self_test64
5on property:apexd.status=ready && property:ro.product.cpu.abilist32=*
6    exec_start boringssl_self_test_apex32
7on property:apexd.status=ready && property:ro.product.cpu.abilist64=*
8    exec_start boringssl_self_test_apex64
9