wahoo: Set ro.hardware.egl to adreno

For whatever reason, after the U QPR1 merge, surfaceflinger is no longer
able to find an OpenGL implementation without this hint.

Change-Id: I59610ce628acb41807bb75b01a8c6cac7d08f740
This commit is contained in:
luk1337
2023-12-15 18:09:09 +08:00
committed by Asriadi Rahim
parent 44b4f1a682
commit c583289b0d

View File

@@ -220,6 +220,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
# graphics
PRODUCT_PROPERTY_OVERRIDES += \
ro.hardware.egl=adreno \
ro.opengles.version=196610
# b/73640835