Skip to content

Commit

Permalink
Allow creation of input devices.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlehtima committed Mar 24, 2018
1 parent 10ff42b commit 2b43e22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/anbox-init.sh
Expand Up @@ -16,6 +16,7 @@
function prepare_filesystem() {
# These dev files need to be adjusted everytime as they are
# bind mounted into the temporary rootfs
chmod 0777 /dev/input
for f in qemu_pipe qemu_trace goldfish_pipe input/* /run/display/* ; do
if [ ! -e /dev/$f ] ; then
continue
Expand Down

0 comments on commit 2b43e22

Please sign in to comment.