From c583289b0d4f56c6498b60aa8b00875d39e74e3f Mon Sep 17 00:00:00 2001 From: luk1337 Date: Fri, 15 Dec 2023 18:09:09 +0800 Subject: [PATCH] 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 --- device.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/device.mk b/device.mk index 52a8dcf9..6e798b7e 100755 --- a/device.mk +++ b/device.mk @@ -220,6 +220,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ # graphics PRODUCT_PROPERTY_OVERRIDES += \ + ro.hardware.egl=adreno \ ro.opengles.version=196610 # b/73640835