mirror of
https://github.com/pjgowtham/android_device_realme_ferrarri.git
synced 2025-08-17 00:26:28 +00:00
lemonadep: Use common lib_fixups
Change-Id: I862e547f3375184729eb1a909bb7d6f676d45dfe
This commit is contained in:
parent
79bf0a2c12
commit
e4648ad0a6
@ -10,7 +10,7 @@ from extract_utils.fixups_blob import (
|
||||
)
|
||||
from extract_utils.fixups_lib import (
|
||||
lib_fixup_vendorcompat,
|
||||
lib_fixups_user_type,
|
||||
lib_fixups,
|
||||
libs_proto_3_9_1,
|
||||
)
|
||||
from extract_utils.main import (
|
||||
@ -24,10 +24,6 @@ namespace_imports = [
|
||||
'vendor/qcom/opensource/display',
|
||||
]
|
||||
|
||||
lib_fixups: lib_fixups_user_type = {
|
||||
libs_proto_3_9_1: lib_fixup_vendorcompat,
|
||||
}
|
||||
|
||||
blob_fixups: blob_fixups_user_type = {
|
||||
'odm/etc/camera/CameraHWConfiguration.config': blob_fixup()
|
||||
.regex_replace('SystemCamera = 0; 0; 1; 1; 1; 1', 'SystemCamera = 0; 0; 0; 0; 0; 1'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user