zuma: Use SkiaGL as RenderEngine backend

This reverts commit 4a0971bb34.

Reason for revert: b/281967184 and b/280343156

Even though using SkiaVK with RenderEngine has definite benefits, it appears to need more "soak time" in order to squeeze out some functional bugs.

Test: none-returning RenderEngine to using SkiaGL, as it was before
Bug: 281967184
Bug: 280343156
Change-Id: Iced32ae465030c6cd27a702eaa9105c873975a92
This commit is contained in:
Ian Elliott 2023-05-16 12:11:25 -06:00
parent 843340029a
commit 0010027184

View file

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