mirror of
https://github.com/LineageOS/android_device_xiaomi_vermeer.git
synced 2026-06-20 18:19:35 +00:00
vermeer: Initial blob list from OS2.0.103.0.VNKMIXM
Signed-off-by: Lunark :3 <jvillaltamatos3007@gmail.com> Change-Id: Ia91cd4bfdbdb118f5bd3f806b31e86d35383bc4c
This commit is contained in:
@@ -29,8 +29,14 @@ namespace_imports = [
|
||||
'vendor/xiaomi/sm8550-common',
|
||||
]
|
||||
|
||||
def lib_fixup_odm_suffix(lib: str, partition: str, *args, **kwargs):
|
||||
return f'{lib}-{partition}' if partition == 'odm' else None
|
||||
|
||||
lib_fixups: lib_fixups_user_type = {
|
||||
libs_proto_3_9_1: lib_fixup_vendorcompat,
|
||||
(
|
||||
'sqlite3',
|
||||
): lib_fixup_odm_suffix,
|
||||
}
|
||||
|
||||
blob_fixups: blob_fixups_user_type = {
|
||||
|
||||
Reference in New Issue
Block a user