app-emulation/anbox: Tweak dependencies, CONFIG_CHECK and init script

Package-Manager: Portage-3.0.9, Repoman-3.0.2
This commit is contained in:
Alfred Wingate 2020-12-31 02:16:50 +02:00
parent 8aac8b2006
commit 2f6524d6b9
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
3 changed files with 9 additions and 2 deletions

View File

@ -40,6 +40,7 @@ DEPEND="
media-libs/mesa[egl,gles2]
media-libs/sdl2-image
sys-apps/dbus
sys-fs/fuse:3
sys-libs/libcap
|| ( sys-apps/systemd sys-auth/elogind )
"
@ -51,7 +52,7 @@ CONFIG_CHECK="
~ANDROID_BINDER_IPC
~ASHMEM
~BLK_DEV_LOOP
~FUSE
~FUSE_FS
~SQUASHFS
~SQUASHFS_XZ
~SQUASHFS_XATTR

View File

@ -40,6 +40,7 @@ DEPEND="
media-libs/mesa[egl,gles2]
media-libs/sdl2-image
sys-apps/dbus
sys-fs/fuse:3
sys-libs/libcap
|| ( sys-apps/systemd sys-auth/elogind )
"
@ -51,7 +52,7 @@ CONFIG_CHECK="
~ANDROID_BINDER_IPC
~ASHMEM
~BLK_DEV_LOOP
~FUSE
~FUSE_FS
~SQUASHFS
~SQUASHFS_XZ
~SQUASHFS_XATTR

View File

@ -20,6 +20,11 @@ start_pre() {
modprobe loop
modprobe tun
if ! [[ -d /dev/binderfs ]]; then
mkdir /dev/binderfs
mount -t binder binder /dev/binderfs
fi
if ip link show anbox0 >/dev/null 2>&1; then
ewarn "anbox0 network interface already exists"
else