gs201: Enable SkiaVk as RenderEngine backend

This changes RenderEngine from using the SkiaGL backend to using the
SkiaVk backend.

Bug: 290248072
Test: Manual testing
Change-Id: I2e9c9fe01c84ad06116435567bb1b02b54677cef
This commit is contained in:
Ian Elliott 2023-06-28 10:51:39 -06:00 committed by Treehugger Robot
parent 5f0318b21f
commit db1a72ccdb

View file

@ -277,7 +277,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)
# #################### # ####################