dre: Patch some blobs to depend on libtinyxml2-v34.so
libtinyxml2 10.1.0 update which landed in BP4A contains ABI incompatible changes which cause runtime crashes. Change-Id: Icc67da5f754b0bb30dce6192b1e520fdf1349ac5
This commit is contained in:
parent
9d105c0013
commit
8f634d4565
1 changed files with 5 additions and 0 deletions
|
|
@ -101,6 +101,11 @@ blob_fixups: blob_fixups_user_type = {
|
|||
.regex_replace('SRGB', 'sRGB'),
|
||||
'vendor/lib64/hw/com.qti.chi.override.so': blob_fixup()
|
||||
.add_needed('libcamera_metadata_shim.so'),
|
||||
(
|
||||
'vendor/lib64/libdpps.so',
|
||||
'vendor/lib64/libsnapdragoncolor-manager.so',
|
||||
): blob_fixup()
|
||||
.replace_needed('libtinyxml2.so', 'libtinyxml2-v34.so'),
|
||||
} # fmt: skip
|
||||
|
||||
module = ExtractUtilsModule(
|
||||
|
|
|
|||
Loading…
Reference in a new issue