From f4c14929c9781edae3f765c00dcc662cd9aae613 Mon Sep 17 00:00:00 2001 From: Rahammetoela Toekiman Date: Wed, 2 Oct 2024 09:18:32 -0300 Subject: [PATCH] drop ashmem from INSTALL.sh --- INSTALL.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/INSTALL.sh b/INSTALL.sh index b66be2c..362a11c 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -5,15 +5,12 @@ sudo cp anbox.conf /etc/modules-load.d/ sudo cp 99-anbox.rules /lib/udev/rules.d/ # 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 # Finally use dkms to build and install: -sudo dkms install anbox-ashmem/1 sudo dkms install anbox-binder/1 # Verify by loading these modules and checking the created devices: -sudo modprobe ashmem_linux sudo modprobe binder_linux -lsmod | grep -e ashmem_linux -e binder_linux -ls -alh /dev/binder /dev/ashmem +lsmod | grep -e binder_linux +ls -alh /dev/binder