X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/b81f646507ec9597a33efc613e378821e48d362b..refs/heads/lineage-17.1:/scripts/generate-props.sh diff --git a/scripts/generate-props.sh b/scripts/generate-props.sh index eff8f9a..570ad5b 100755 --- a/scripts/generate-props.sh +++ b/scripts/generate-props.sh @@ -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}"