• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Run boringssl self test for each ABI so that later processes can skip it. http://b/139348610
2import /vendor/etc/boringssl_self_test.${ro.zygote}.rc
3
4service boringssl_self_test32_vendor /vendor/bin/boringssl_self_test32
5    setenv BORINGSSL_SELF_TEST_CREATE_FLAG true # Any nonempty value counts as true
6    reboot_on_failure reboot,boringssl-self-check-failed
7    stdio_to_kmsg
8    user root
9
10service boringssl_self_test64_vendor /vendor/bin/boringssl_self_test64
11    setenv BORINGSSL_SELF_TEST_CREATE_FLAG true # Any nonempty value counts as true
12    reboot_on_failure reboot,boringssl-self-check-failed
13    stdio_to_kmsg
14    user root
15