Set renderengine backend to skiaglthreaded

gles isn't going to be the final device configuration anywhere

Bug: 206036423
Test: builds
Change-Id: Ie66e2db85e68ef267534fafa2b67a49d3231cf04
This commit is contained in:
Alec Mouri 2021-11-11 15:37:15 -08:00 committed by TreeHugger Robot
parent 7a3738058d
commit 4ef29314fd

View file

@ -179,7 +179,7 @@ PRODUCT_VENDOR_PROPERTIES += \
endif
PRODUCT_VENDOR_PROPERTIES += \
ro.opengles.version=196610 \
debug.renderengine.backend=gles
debug.renderengine.backend=skiaglthreaded
# graphics.gpu.profiler.support=true \
# GRAPHICS - GPU (end)