gs101: Use SkiaVk as RenderEngine backend
Re-enabling after fixing critical bug (b/274419744). Using SkiaVk saves boot-time memory (b/276962658). Test: no issues seen after enabling on Pixel 7 Pro Bug: 274419744 Bug: 276962658 Bug: 236390072 Change-Id: Iad0ff2a0bbde894724672b5b56846a8da005dde0
This commit is contained in:
parent
659e456597
commit
6968365b28
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.opengles.version=196610 \
|
ro.opengles.version=196610 \
|
||||||
graphics.gpu.profiler.support=true \
|
graphics.gpu.profiler.support=true \
|
||||||
debug.renderengine.backend=skiaglthreaded
|
debug.renderengine.backend=skiavkthreaded
|
||||||
|
|
||||||
# GRAPHICS - GPU (end)
|
# GRAPHICS - GPU (end)
|
||||||
# ####################
|
# ####################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue