Pixel 7 Pro: Use SkiaVk as RenderEngine backend
Test: make, flash, and run applications/tests Bug: 236390072 Change-Id: I047b827a585776cfd759fa000cd2c7d1a3842ff0
This commit is contained in:
parent
256fe971e4
commit
9d9461e28f
1 changed files with 9 additions and 2 deletions
11
device.mk
11
device.mk
|
@ -269,8 +269,15 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.opengles.version=196610 \
|
||||
graphics.gpu.profiler.support=true \
|
||||
debug.renderengine.backend=skiaglthreaded \
|
||||
graphics.gpu.profiler.support=true
|
||||
# Enable SkiaVk for RenderEngine on Cheetah
|
||||
ifneq (,$(filter %cheetah, $(TARGET_PRODUCT)))
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
debug.renderengine.backend=skiavkthreaded
|
||||
else
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
debug.renderengine.backend=skiaglthreaded
|
||||
endif
|
||||
|
||||
# GRAPHICS - GPU (end)
|
||||
# ####################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue