• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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