25 lines
697 B
Diff
25 lines
697 B
Diff
From a95ad83691b06ea901a9078a7575679c0c761ddb Mon Sep 17 00:00:00 2001
|
|
From: Ziyang Zhou <ziyang.zhou@outlook.com>
|
|
Date: Thu, 6 Jan 2022 20:47:28 +0800
|
|
Subject: [PATCH 6/8] auto alloc binder devices
|
|
|
|
---
|
|
rootdir/init.rc | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/rootdir/init.rc b/rootdir/init.rc
|
|
index 7d0c1c948..07ff1fc4e 100644
|
|
--- a/rootdir/init.rc
|
|
+++ b/rootdir/init.rc
|
|
@@ -243,6 +243,7 @@ on init
|
|
mkdir /dev/binderfs
|
|
mount binder binder /dev/binderfs stats=global
|
|
chmod 0755 /dev/binderfs
|
|
+ exec -- /vendor/bin/binder_alloc /dev/binderfs/binder-control binder hwbinder vndbinder
|
|
|
|
# Mount fusectl
|
|
mount fusectl none /sys/fs/fuse/connections
|
|
--
|
|
2.34.1
|
|
|