dre: Address missing libbinder symbols in libwfdnative

_ZN7android6binder12atrace_beginEmPKc
_ZN7android6binder10atrace_endEm

Change-Id: I942d51721461dbbf9c8d0f2f32128529bb7480c3
This commit is contained in:
Nick Reuter 2024-12-10 20:32:13 -06:00 committed by Albert Tang
parent 24f2a2590b
commit 04882b6545

View file

@ -65,6 +65,7 @@ blob_fixups: blob_fixups_user_type = {
.replace_needed('android.media.audio.common.types-V2-cpp.so', 'android.media.audio.common.types-V4-cpp.so'),
'system_ext/lib64/libwfdnative.so': blob_fixup()
.replace_needed('android.hidl.base@1.0.so', 'libhidlbase.so')
.add_needed('libbinder_shim.so')
.add_needed('libinput_shim.so'),
'vendor/bin/init.kernel.post_boot-blair.sh': blob_fixup()
.patch_file('blob-patches/init-post-boot-blair.patch'),