]> 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 eff8f9ac9355fb232cd2b134fa21ed5546c15034..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}"