mirror of
https://github.com/Evolution-X-Devices/device_motorola_rtwo
synced 2026-01-27 13:35:15 +00:00
rtwo: Use common lib_fixups
Change-Id: I862e547f3375184729eb1a909bb7d6f676d45dfe
This commit is contained in:
@@ -11,9 +11,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 = {
|
||||
|
||||
Reference in New Issue
Block a user