]> glassweightruler.freedombox.rocks Git - waydroid.git/blobdiff - scripts/generate-props.sh
anbox: Use iptables-legacy incase it found
[waydroid.git] / scripts / generate-props.sh
index 07ef734f25581e09e5efb6b2a7d76c345f566739..570ad5b06a9708baa6d063ca04acb7d3a1c46910 100755 (executable)
@@ -27,6 +27,8 @@ echo $HAL_PROP
 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}"
 
@@ -79,8 +81,6 @@ if [ ! -z $XDG_RUNTIME_DIR ]; then
     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