sm6375-common: automatically patch ims

https://review.lineageos.org/q/topic:%22extract-utils-apktool%22

Change-Id: I704e191adc7aafe6fe062c1bb330fbd1ca05493c
This commit is contained in:
Cosmin Tanislav 2024-10-01 20:16:00 +05:30 committed by Anand S
commit 7962f0faab
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61
6 changed files with 262 additions and 1 deletions

View file

@ -70,6 +70,9 @@ function blob_fixup() {
system_ext/etc/permissions/moto-telephony.xml)
sed -i "s#/system/#/system_ext/#" "${2}"
;;
system_ext/priv-app/ims/ims.apk)
apktool_patch "${2}" "$MY_DIR/ims-patches"
;;
vendor/etc/vintf/manifest/vendor.dolby.media.c2@1.0-service.xml)
sed -ni '/default.*fqname/!p' "${2}"
;;