sm6375-common: Fix a few more ELF checks
Change-Id: I6cf0937ccba61156d404637c780cc9ded4e301f0
This commit is contained in:
parent
4f1dfdbbe0
commit
f444e38f54
2 changed files with 20 additions and 12 deletions
|
|
@ -39,13 +39,21 @@ lib_fixups: lib_fixups_user_type = {
|
|||
**lib_fixups,
|
||||
(
|
||||
'com.qualcomm.qti.dpm.api@1.0',
|
||||
'lib-imsvtutils',
|
||||
'libmmosal',
|
||||
'vendor.qti.diaghal@1.0',
|
||||
'vendor.qti.hardware.fm@1.0',
|
||||
'vendor.qti.hardware.qccsyshal@1.0',
|
||||
'vendor.qti.hardware.wifidisplaysession@1.0',
|
||||
'vendor.qti.imsrtpservice@3.0',
|
||||
): lib_fixup_vendor_suffix,
|
||||
(
|
||||
'libdiag_system',
|
||||
'libdpmframework',
|
||||
'libqsap_sdk',
|
||||
'libril',
|
||||
'libwpa_client',
|
||||
'vendor.qti.qspmhal@1.0',
|
||||
): lib_fixup_remove,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue