sm6375-common: Add patches for qcrilNr.db and sql
* Fix it during extraction. * Since we moved to py extract utils, adding patches does the job. Change-Id: I7f56ecaac51abb6525c6022d92eac1c285ab0688
This commit is contained in:
parent
8e4608fb0a
commit
52b5ccd4f3
4 changed files with 75 additions and 1 deletions
|
|
@ -69,6 +69,10 @@ blob_fixups: blob_fixups_user_type = {
|
|||
.replace_needed('android.media.audio.common.types-V2-cpp.so', 'android.media.audio.common.types-V4-cpp.so'),
|
||||
'vendor/etc/vintf/manifest/vendor.dolby.media.c2@1.0-service.xml': blob_fixup()
|
||||
.regex_replace('IComponentStore/default9', 'IComponentStore/default'),
|
||||
'vendor/etc/qcril_database/qcrilNr.db': blob_fixup()
|
||||
.patch_file('qcril-patches/qcrilNr.db.patch'),
|
||||
'vendor/etc/qcril_database/upgrade/config/6.0_config.sql': blob_fixup()
|
||||
.patch_file('qcril-patches/6.0_config.sql.patch'),
|
||||
} # fmt: skip
|
||||
|
||||
module = ExtractUtilsModule(
|
||||
|
|
|
|||
Loading…
Reference in a new issue