diff --git a/extract-files.py b/extract-files.py index 0a5e101..9f7cb40 100755 --- a/extract-files.py +++ b/extract-files.py @@ -28,9 +28,11 @@ namespace_imports = [ 'vendor/qcom/opensource/display', ] + def lib_fixup_vendor_suffix(lib: str, partition: str, *args, **kwargs): return f'{lib}_{partition}' if partition == 'vendor' else None + lib_fixups: lib_fixups_user_type = { **lib_fixups, (