dubai: Use common lib_fixups
Change-Id: I862e547f3375184729eb1a909bb7d6f676d45dfe
This commit is contained in:
parent
9ec932b2fe
commit
7901b6d7da
1 changed files with 2 additions and 3 deletions
|
@ -11,9 +11,8 @@ from extract_utils.fixups_blob import (
|
|||
blob_fixups_user_type,
|
||||
)
|
||||
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,
|
||||
|
@ -31,7 +30,7 @@ namespace_imports = [
|
|||
]
|
||||
|
||||
lib_fixups: lib_fixups_user_type = {
|
||||
libs_proto_3_9_1: lib_fixup_vendorcompat,
|
||||
**lib_fixups,
|
||||
}
|
||||
|
||||
blob_fixups: blob_fixups_user_type = {
|
||||
|
|
Loading…
Reference in a new issue