X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/b81f646507ec9597a33efc613e378821e48d362b..131ead44653298e9e961554b63ea66cd9f0f6cb4:/scripts/generate-props.sh?ds=inline 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}"