Revert "Mount binderfs"
This reverts commit 8e50be74ae.
The breaks the boot of several devices.
Test: Local build and boot of wembley
Bug: 148689473
Change-Id: I97e96bd86d02a9fe70c5ef02df85c604b0cfb3c3
This commit is contained in:
parent
bcd968edfb
commit
186b5798d2
1 changed files with 0 additions and 13 deletions
|
|
@ -69,19 +69,6 @@ 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 binderfs
|
|
||||||
mkdir /dev/binderfs
|
|
||||||
mount binder binder /dev/binderfs stats=global
|
|
||||||
chmod 0755 /dev/binderfs
|
|
||||||
|
|
||||||
symlink /dev/binderfs/binder /dev/binder
|
|
||||||
symlink /dev/binderfs/hwbinder /dev/hwbinder
|
|
||||||
symlink /dev/binderfs/vndbinder /dev/vndbinder
|
|
||||||
|
|
||||||
chmod 0666 /dev/binderfs/hwbinder
|
|
||||||
chmod 0666 /dev/binderfs/binder
|
|
||||||
chmod 0666 /dev/binderfs/vndbinder
|
|
||||||
|
|
||||||
# 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