Skip to content

Commit 75e9174

Browse files
NikitaSavcluk1337
authored andcommitted
extract_utils: add lib fixup for libprotobuf-cpp-{lite,full}-21.7
Found on ctwo (SM8635) Change-Id: I79a90adb6ecec06efce55a67976f3884ada1873c
1 parent 4bbc4b9 commit 75e9174

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

extract_utils/fixups_lib.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222

2323
libs_proto_3_9_1 = ('libprotobuf-cpp-lite-3.9.1', 'libprotobuf-cpp-full-3.9.1')
24+
libs_proto_21_7 = ('libprotobuf-cpp-lite-21.7', 'libprotobuf-cpp-full-21.7')
2425
libs_proto_21_12 = ('libprotobuf-cpp-lite-21.12', 'libprotobuf-cpp-full-21.12')
2526
libs_proto_unversioned = ('libprotobuf-cpp-lite', 'libprotobuf-cpp-full')
2627

@@ -49,6 +50,7 @@ def lib_fixup_remove_proto_version_suffix(lib: str, *args, **kwargs):
4950
lib_fixups: lib_fixups_user_type = {
5051
libs_clang_rt_ubsan: lib_fixup_remove_arch_suffix,
5152
libs_proto_3_9_1: lib_fixup_vendorcompat,
53+
libs_proto_21_7: lib_fixup_remove_proto_version_suffix,
5254
libs_proto_21_12: lib_fixup_remove_proto_version_suffix,
5355
libs_proto_unversioned: lib_fixup_vendorcompat,
5456
}

0 commit comments

Comments
 (0)