sm8450-common: Unify how lines are deleted in blob_fixup
Change-Id: I4d943a4bad184bbca9029ac4ce3c423755e1a267
This commit is contained in:
parent
24f9eb44e4
commit
25b65436b5
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ function blob_fixup() {
|
|||
grep -q "android.hardware.security.rkp-V1-ndk.so" "${2}" || "${PATCHELF_0_17_2}" --add-needed "android.hardware.security.rkp-V1-ndk.so" "${2}"
|
||||
;;
|
||||
vendor/etc/init/init.embmssl_server.rc)
|
||||
sed -i -n '/interface/!p' "${2}"
|
||||
sed -i '/interface/d' "${2}"
|
||||
;;
|
||||
vendor/etc/media_codecs_c2_audio.xml)
|
||||
sed -i '/media_codecs_dolby_audio/d' "${2}"
|
||||
|
@ -83,7 +83,7 @@ function blob_fixup() {
|
|||
sed -i '/persist.vendor.radio.redir_party_num/ s/true/false/g' "${2}"
|
||||
;;
|
||||
vendor/etc/vintf/manifest/c2_manifest_vendor.xml)
|
||||
sed -ni '/dolby/!p' "${2}"
|
||||
sed -i '/dolby/d' "${2}"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue