sm7325-common: Use common lib_fixups
Change-Id: I862e547f3375184729eb1a909bb7d6f676d45dfe
This commit is contained in:
parent
07a57db128
commit
2945ca7f2b
@ -10,11 +10,8 @@ from extract_utils.fixups_blob import (
|
||||
)
|
||||
from extract_utils.fixups_lib import (
|
||||
lib_fixup_remove,
|
||||
lib_fixup_remove_arch_suffix,
|
||||
lib_fixup_vendorcompat,
|
||||
lib_fixups,
|
||||
lib_fixups_user_type,
|
||||
libs_clang_rt_ubsan,
|
||||
libs_proto_3_9_1,
|
||||
)
|
||||
from extract_utils.main import (
|
||||
ExtractUtils,
|
||||
@ -37,8 +34,7 @@ def lib_fixup_vendor_suffix(lib: str, partition: str, *args, **kwargs):
|
||||
|
||||
|
||||
lib_fixups: lib_fixups_user_type = {
|
||||
libs_clang_rt_ubsan: lib_fixup_remove_arch_suffix,
|
||||
libs_proto_3_9_1: lib_fixup_vendorcompat,
|
||||
**lib_fixups,
|
||||
(
|
||||
'com.qualcomm.qti.dpm.api@1.0',
|
||||
'vendor.qti.hardware.fm@1.0',
|
||||
|
Loading…
x
Reference in New Issue
Block a user