From 878bbfb2786154abef85becd34206437ce229ea7 Mon Sep 17 00:00:00 2001 From: Tashfin Shakeer Rhythm Date: Sun, 4 Jan 2026 21:00:55 +0600 Subject: [PATCH] redwood: Drop display and graphics allocator v3 for mialgoengine Unneeded and it spams logcat with unnecessary dlopen failure even though the libs exist but the camera fails to read them. Signed-off-by: Tashfin Shakeer Rhythm --- extract-files.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extract-files.py b/extract-files.py index cd9d904..6bc5ee7 100755 --- a/extract-files.py +++ b/extract-files.py @@ -84,6 +84,9 @@ blob_fixups: blob_fixups_user_type = { .add_needed('libjsoncpp_shim.so'), ('vendor/lib/hw/audio.primary.lahaina.so', 'vendor/lib/libaudioroute_ext.so'): blob_fixup() .replace_needed('libaudioroute.so', 'libaudioroute-v34.so'), + 'vendor/lib64/libmialgoengine.so' : blob_fixup() + .remove_needed('android.hardware.graphics.allocator@3.0.so') + .remove_needed('vendor.qti.hardware.display.allocator@3.0.so'), } # fmt: skip module = ExtractUtilsModule(