drop ashmem from INSTALL.sh
This commit is contained in:
parent
c70479b90a
commit
f4c14929c9
|
@ -5,15 +5,12 @@ sudo cp anbox.conf /etc/modules-load.d/
|
||||||
sudo cp 99-anbox.rules /lib/udev/rules.d/
|
sudo cp 99-anbox.rules /lib/udev/rules.d/
|
||||||
|
|
||||||
# Then copy the module sources to /usr/src/:
|
# Then copy the module sources to /usr/src/:
|
||||||
sudo cp -rT ashmem /usr/src/anbox-ashmem-1
|
|
||||||
sudo cp -rT binder /usr/src/anbox-binder-1
|
sudo cp -rT binder /usr/src/anbox-binder-1
|
||||||
|
|
||||||
# Finally use dkms to build and install:
|
# Finally use dkms to build and install:
|
||||||
sudo dkms install anbox-ashmem/1
|
|
||||||
sudo dkms install anbox-binder/1
|
sudo dkms install anbox-binder/1
|
||||||
|
|
||||||
# Verify by loading these modules and checking the created devices:
|
# Verify by loading these modules and checking the created devices:
|
||||||
sudo modprobe ashmem_linux
|
|
||||||
sudo modprobe binder_linux
|
sudo modprobe binder_linux
|
||||||
lsmod | grep -e ashmem_linux -e binder_linux
|
lsmod | grep -e binder_linux
|
||||||
ls -alh /dev/binder /dev/ashmem
|
ls -alh /dev/binder
|
||||||
|
|
Loading…
Reference in New Issue