dre: Use common lib_fixups
Change-Id: I862e547f3375184729eb1a909bb7d6f676d45dfe
This commit is contained in:
parent
ebce0090de
commit
2d65dd72e0
1 changed files with 2 additions and 6 deletions
|
@ -10,11 +10,8 @@ from extract_utils.fixups_blob import (
|
||||||
)
|
)
|
||||||
from extract_utils.fixups_lib import (
|
from extract_utils.fixups_lib import (
|
||||||
lib_fixup_remove,
|
lib_fixup_remove,
|
||||||
lib_fixup_remove_arch_suffix,
|
lib_fixups,
|
||||||
lib_fixup_vendorcompat,
|
|
||||||
lib_fixups_user_type,
|
lib_fixups_user_type,
|
||||||
libs_clang_rt_ubsan,
|
|
||||||
libs_proto_3_9_1,
|
|
||||||
)
|
)
|
||||||
from extract_utils.main import (
|
from extract_utils.main import (
|
||||||
ExtractUtils,
|
ExtractUtils,
|
||||||
|
@ -39,8 +36,7 @@ def lib_fixup_vendor_suffix(lib: str, partition: str, *args, **kwargs):
|
||||||
|
|
||||||
|
|
||||||
lib_fixups: lib_fixups_user_type = {
|
lib_fixups: lib_fixups_user_type = {
|
||||||
libs_clang_rt_ubsan: lib_fixup_remove_arch_suffix,
|
**lib_fixups,
|
||||||
libs_proto_3_9_1: lib_fixup_vendorcompat,
|
|
||||||
(
|
(
|
||||||
'com.qualcomm.qti.dpm.api@1.0',
|
'com.qualcomm.qti.dpm.api@1.0',
|
||||||
'libmmosal',
|
'libmmosal',
|
||||||
|
|
Loading…
Reference in a new issue