cupid: Use common lib_fixups
Change-Id: I862e547f3375184729eb1a909bb7d6f676d45dfe
This commit is contained in:
parent
393c9b4ac5
commit
1a3427d332
@ -13,13 +13,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_remove_proto_version_suffix,
|
|
||||||
lib_fixup_vendorcompat,
|
|
||||||
lib_fixups_user_type,
|
lib_fixups_user_type,
|
||||||
libs_clang_rt_ubsan,
|
|
||||||
libs_proto_3_9_1,
|
|
||||||
libs_proto_21_12,
|
|
||||||
)
|
)
|
||||||
from extract_utils.main import (
|
from extract_utils.main import (
|
||||||
ExtractUtils,
|
ExtractUtils,
|
||||||
@ -35,9 +30,7 @@ namespace_imports = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
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,
|
|
||||||
libs_proto_21_12: lib_fixup_remove_proto_version_suffix,
|
|
||||||
(
|
(
|
||||||
'libagmclient',
|
'libagmclient',
|
||||||
'libagmmixer',
|
'libagmmixer',
|
||||||
|
Loading…
Reference in New Issue
Block a user