sm6375-common: Patch libwfdservice to resolve duplicate dependencies

Fixes:
error: module "libwfdservice" variant
"android_arm_armv8-a_cortex-a76_static": depends on multiple
versions of the same aidl_interface:
android.media.audio.common.types-V2-cpp-source,
android.media.audio.common.types-V3-cpp-source

Change-Id: I8086a80fcc238d6b03d16640ee2c4e134129bbab
This commit is contained in:
Michael Bestas 2024-08-25 21:46:46 +03:00 committed by Anand S
parent 493a343577
commit 4f6162e8ed
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61

View file

@ -69,6 +69,8 @@ blob_fixups: blob_fixups_user_type = {
.add_needed('libgui_shim.so'),
'system_ext/lib64/libwfdnative.so': blob_fixup()
.add_needed('libinput_shim.so'),
('system_ext/lib/libwfdservice.so', 'system_ext/lib64/libwfdservice.so'): blob_fixup()
.replace_needed('android.media.audio.common.types-V2-cpp.so', 'android.media.audio.common.types-V3-cpp.so'),
'vendor/etc/vintf/manifest/vendor.dolby.media.c2@1.0-service.xml': blob_fixup()
.regex_replace('IComponentStore/default9', 'IComponentStore/default'),
} # fmt: skip