berlin: Use common lib_fixups
Change-Id: I862e547f3375184729eb1a909bb7d6f676d45dfe
This commit is contained in:
parent
b47eacb885
commit
124a62c62e
@ -8,9 +8,8 @@ from extract_utils.extract import extract_fns_user_type
|
||||
from extract_utils.extract_star import extract_star_firmware
|
||||
|
||||
from extract_utils.fixups_lib import (
|
||||
lib_fixup_vendorcompat,
|
||||
lib_fixups,
|
||||
lib_fixups_user_type,
|
||||
libs_proto_3_9_1,
|
||||
)
|
||||
from extract_utils.main import (
|
||||
ExtractUtils,
|
||||
@ -28,7 +27,7 @@ namespace_imports = [
|
||||
]
|
||||
|
||||
lib_fixups: lib_fixups_user_type = {
|
||||
libs_proto_3_9_1: lib_fixup_vendorcompat,
|
||||
**lib_fixups,
|
||||
}
|
||||
|
||||
extract_fns: extract_fns_user_type = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user