新增加载新版内核的binder功能
This commit is contained in:
7
LoadingBinder/load.sh
Normal file
7
LoadingBinder/load.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
if [[ `whoami` != root ]]; then
|
||||
echo 这不是 root 用户,结束
|
||||
exit 1
|
||||
modprobe binder_linux
|
||||
mkdir /dev/binderfs
|
||||
mount -t binder binder /dev/binderfs
|
||||
Reference in New Issue
Block a user