提交 089e2daf 编写于 作者: S Simon Fels

Add simple script to build and load relevant kernel modules

上级 ec2002c9
#!/bin/sh -ex
sudo rmmod binder_linux || true
sudo rmmod ashmem_linux || true
(cd kernel/binder ; make clean && make -j4 ; sudo insmod binder_linux.ko; sudo chmod 666 /dev/binder)
(cd kernel/ashmem ; make clean && make -j4 ; sudo insmod ashmem_linux.ko; sudo chmod 666 /dev/ashmem)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册