From a06ba6aabcf821823a91abf1c2ad2879a4aa67d1 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Mon, 11 Dec 2023 13:36:54 +0100 Subject: [PATCH] exynos9610: Set ro.hardware.egl to mali For whatever reason, after the U QPR1 merge, surfaceflinger is no longer able to find an OpenGL implementation without this hint. Change-Id: I59610ce628acb41807bb75b01a8c6cac7d08f740 --- vendor.prop | 1 + 1 file changed, 1 insertion(+) diff --git a/vendor.prop b/vendor.prop index 2abf2df..3576e33 100644 --- a/vendor.prop +++ b/vendor.prop @@ -62,6 +62,7 @@ ro.frp.pst=/dev/block/platform/13520000.ufs/by-name/frp ## Graphics ro.vendor.winupdate=1 ro.opengles.version=196610 +ro.hardware.egl=mali ## IMS persist.vendor.lte.pco_supported=true -- 2.20.1