sm7325-common: Update blob fixup for dolby c2 with a wildcard
The fqname can change, so let's add a wildcard after the word default with fqname just to make sure it doesn't accidentally delete the instance line eg, on dubai A13: <fqname>@1.0::IComponentStore/default1</fqname> on dubai A14: <fqname>@1.0::IComponentStore/default9</fqname> Change-Id: I0c55a9781b398601ecbd6be7c327036fe4b1ac42
This commit is contained in:
parent
3e726ddd2e
commit
35a0f86366
@ -75,7 +75,7 @@ function blob_fixup() {
|
||||
;;
|
||||
vendor/etc/vintf/manifest/vendor.dolby.media.c2@1.0-service.xml)
|
||||
[ "$2" = "" ] && return 0
|
||||
sed -ni '/default1/!p' "${2}"
|
||||
sed -ni '/default.*fqname/!p' "${2}"
|
||||
;;
|
||||
*)
|
||||
return 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user