From: Erfan Abdi Date: Mon, 14 Jun 2021 15:24:34 +0000 (+0430) Subject: anbox: Set mesa egl and disable ccodec on mainline X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/6c27c786b0482f6e53b928b3e52e655102c57878?ds=sidebyside anbox: Set mesa egl and disable ccodec on mainline --- 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}"