From c1f6e9c27c29841658c266e68eda592265bd5429 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Wed, 6 Nov 2024 11:56:59 +0100 Subject: [PATCH] fogos: Use common lib_fixups Change-Id: I862e547f3375184729eb1a909bb7d6f676d45dfe --- extract-files.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/extract-files.py b/extract-files.py index 96b3e20..1467ba3 100755 --- a/extract-files.py +++ b/extract-files.py @@ -9,9 +9,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, @@ -32,7 +31,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 = {