If ro.zygote is zygote64, don't bother running 32-bit test.
Otherwise abilist{32,64} decides what tests to run.
Bug: 291874369
Test: make gsi_arm64-user; Check /system/etc/init/hw
Change-Id: Id10b2242606d6400acc29c3174f713581d6cce2e
8 lines
392 B
Text
8 lines
392 B
Text
on init && property:ro.product.cpu.abilist32=*
|
|
exec_start boringssl_self_test32
|
|
on init && property:ro.product.cpu.abilist64=*
|
|
exec_start boringssl_self_test64
|
|
on property:apexd.status=ready && property:ro.product.cpu.abilist32=*
|
|
exec_start boringssl_self_test_apex32
|
|
on property:apexd.status=ready && property:ro.product.cpu.abilist64=*
|
|
exec_start boringssl_self_test_apex64
|