From 0dc3a079ee48d9588dcc265bb54454db316af5a9 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Wed, 3 May 2023 22:37:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8A=A0=E8=BD=BDashmem?= =?UTF-8?q?=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LoadingBinder/load.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/LoadingBinder/load.sh b/LoadingBinder/load.sh index 8a33e72..5b3ff6e 100644 --- a/LoadingBinder/load.sh +++ b/LoadingBinder/load.sh @@ -8,5 +8,6 @@ if [ -d /dev/binderfs ]; then exit fi modprobe binder_linux +modprobe ashmem_linux mkdir /dev/binderfs mount -t binder binder /dev/binderfs