gts4lv: Use common lib_fixups

Change-Id: I862e547f3375184729eb1a909bb7d6f676d45dfe
This commit is contained in:
LuK1337
2024-11-06 11:56:59 +01:00
parent 0b607cdb01
commit 1f8fdaf0f3

View File

@@ -6,7 +6,7 @@
from extract_utils.fixups_lib import (
lib_fixup_vendorcompat,
lib_fixups_user_type,
lib_fixups,
libs_proto_3_9_1,
)
from extract_utils.main import (
@@ -20,10 +20,6 @@ namespace_imports = [
'vendor/samsung/gts4lv-common',
]
lib_fixups: lib_fixups_user_type = {
libs_proto_3_9_1: lib_fixup_vendorcompat,
}
module = ExtractUtilsModule(
'gts4lv',
'samsung',