vermeer: patch mihal_overlap to make instagram camera work

We had this issue for the longest time where if you take a picture in instagram the app freezes. Thanks to https://github.com/IPSBHANGU we have now have a way to fix it :D

Patch:
- odm/etc/camera/mihal_overlap/overlap_config.json

to remove com.instagram.android

Change-Id: I3f227f6099ca93be383b23e49414676f36e7c4df
This commit is contained in:
TheMysticle
2025-05-15 17:12:40 +02:00
committed by Lunark :3
parent 9ae5238423
commit ecb7cac637

View File

@@ -53,6 +53,10 @@ blob_fixups: blob_fixups_user_type = {
'odm/lib64/libailab_rawhdr.so'
): blob_fixup()
.strip_debug_sections(),
(
'odm/etc/camera/mihal_overlap/overlap_config.json'
): blob_fixup()
.regex_replace('com.instagram.android', ''),
(
'odm/lib64/libcamxcommonutils.so',
'odm/lib64/hw/com.qti.chi.override.so',