GRALLOC=$(find_hal gralloc)
if [ -z $GRALLOC ]; then
GRALLOC="gbm"
+ EGL_PROP="ro.hardware.egl=mesa"
+ CCODEC_PROP="debug.stagefright.ccodec=0"
fi
GRALLOC_PROP="ro.hardware.gralloc=${GRALLOC}"
XDG_PROP="anbox.xdg_runtime_dir=${XDG_RUNTIME_DIR}"
fi
-#TODO: Do Not force wayland display 1
-WAYLAND_DISPLAY="wayland-1"
if [ ! -z $WAYLAND_DISPLAY ]; then
WAYLAND_DISP_PROP="anbox.wayland_display=${WAYLAND_DISPLAY}"
fi