Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3268a71 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "boringssl_self_test: Enable optimization."

parents a550e7f4 f0f9438d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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