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:
parent
7a3738058d
commit
4ef29314fd
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
endif
|
endif
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.opengles.version=196610 \
|
ro.opengles.version=196610 \
|
||||||
debug.renderengine.backend=gles
|
debug.renderengine.backend=skiaglthreaded
|
||||||
# graphics.gpu.profiler.support=true \
|
# graphics.gpu.profiler.support=true \
|
||||||
|
|
||||||
# GRAPHICS - GPU (end)
|
# GRAPHICS - GPU (end)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue