Merge "rootdir: init.rc: mount tracefs" am: a5fa1ae859
Change-Id: Ibda92be1c772782f65c145fc6ad1c2433ef84a02
This commit is contained in:
commit
8535d19357
1 changed files with 3 additions and 0 deletions
|
|
@ -78,6 +78,9 @@ on early-init
|
||||||
mkdir /dev/boringssl 0755 root root
|
mkdir /dev/boringssl 0755 root root
|
||||||
mkdir /dev/boringssl/selftest 0755 root root
|
mkdir /dev/boringssl/selftest 0755 root root
|
||||||
|
|
||||||
|
# Mount tracefs
|
||||||
|
mount tracefs tracefs /sys/kernel/tracing
|
||||||
|
|
||||||
# Run boringssl self test for each ABI so that later processes can skip it. http://b/139348610
|
# Run boringssl self test for each ABI so that later processes can skip it. http://b/139348610
|
||||||
on early-init && property:ro.product.cpu.abilist32=*
|
on early-init && property:ro.product.cpu.abilist32=*
|
||||||
exec_start boringssl_self_test32
|
exec_start boringssl_self_test32
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue