summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2023-10-15 21:05:34 +0530
committerAmit Pundir <amit.pundir@linaro.org>2023-10-15 21:13:10 +0530
commit0f44dfe9bf06cc966f8c545b0abc21918b248157 (patch)
treef3b9dcce10f03c747e1c5b495f3006fc7c9f8207
parentc627a70ca56071dda0fb3254a8a3c4777c05694c (diff)
graphics: mesa: Add ro.hardware.egl=mesa
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 <amit.pundir@linaro.org>
-rw-r--r--shared/graphics/mesa/device.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/graphics/mesa/device.mk b/shared/graphics/mesa/device.mk
index f38c568..027a42a 100644
--- a/shared/graphics/mesa/device.mk
+++ b/shared/graphics/mesa/device.mk
@@ -31,6 +31,7 @@ endif
PRODUCT_PROPERTY_OVERRIDES := \
ro.sf.lcd_density=160 \
+ ro.hardware.egl=mesa \
ro.opengles.version=196608 \
persist.demo.rotationlock=1