Merge "boringssl_self_test: Enable optimization."
am: d3268a71b8
Change-Id: Icfd75fcf425692f8a3f0fc8d6c9d7e9611ac8932
This commit is contained in:
commit
b7bc7db6ee
1 changed files with 4 additions and 0 deletions
|
|
@ -67,15 +67,19 @@ on property:apexd.status=ready && property:ro.product.cpu.abilist64=*
|
|||
exec_start boringssl_self_test_apex64
|
||||
|
||||
service boringssl_self_test32 /system/bin/boringssl_self_test32
|
||||
setenv BORINGSSL_SELF_TEST_CREATE_FLAG true # Any nonempty value counts as true
|
||||
reboot_on_failure reboot,bootloader,boringssl-self-check-failed
|
||||
|
||||
service boringssl_self_test64 /system/bin/boringssl_self_test64
|
||||
setenv BORINGSSL_SELF_TEST_CREATE_FLAG true # Any nonempty value counts as true
|
||||
reboot_on_failure reboot,bootloader,boringssl-self-check-failed
|
||||
|
||||
service boringssl_self_test_apex32 /apex/com.android.conscrypt/bin/boringssl_self_test32
|
||||
setenv BORINGSSL_SELF_TEST_CREATE_FLAG true # Any nonempty value counts as true
|
||||
reboot_on_failure reboot,bootloader,boringssl-self-check-failed
|
||||
|
||||
service boringssl_self_test_apex64 /apex/com.android.conscrypt/bin/boringssl_self_test64
|
||||
setenv BORINGSSL_SELF_TEST_CREATE_FLAG true # Any nonempty value counts as true
|
||||
reboot_on_failure reboot,bootloader,boringssl-self-check-failed
|
||||
|
||||
on init
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue