From 7b7541ebf87148ddadbcab4478ccf9755c953366 Mon Sep 17 00:00:00 2001 From: Amit Pundir Date: Sun, 15 Oct 2023 21:05:34 +0530 Subject: [PATCH] universal7885: Add ro.hardware.egl=mali A recent AOSP/main change has put a hard dependency on ro.hardware.egl or equivalent property being set, otherwise it fails to boot successfully: F DEBUG : Cmdline: /system/bin/surfaceflinger F DEBUG : pid: 672, tid: 677, name: surfaceflinger >>> /system/bin/surfaceflinger <<< F DEBUG : uid: 1000 F DEBUG : tagged_addr_ctrl: 0000000000000001 (PR_TAGGED_ADDR_ENABLE) F DEBUG : signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr -------- F DEBUG : Abort message: 'couldn't find an OpenGL ES implementation, make sure one of persist.graphics.egl, ro.hardware.egl and ro.board.platform is set' Change-Id: Ifa82dd3ea480f88b3c2646c6ca40a99d9ef52849 Signed-off-by: Amit Pundir --- universal7885-common/vendor.prop | 1 + 1 file changed, 1 insertion(+) diff --git a/universal7885-common/vendor.prop b/universal7885-common/vendor.prop index 1076a7b..21aa70c 100644 --- a/universal7885-common/vendor.prop +++ b/universal7885-common/vendor.prop @@ -12,6 +12,7 @@ ro.vendor.cscsupported=1 ## OpenGLES ro.opengles.version=196610 +ro.hardware.egl=mali ## HW Graphics debug.egl.hw=0