d1: Drop SoundTrigger HAL

Change-Id: Iecac593bc2d0776c4cc113c6591925f91f950563
This commit is contained in:
Tim Zimmermann
2022-05-03 20:32:18 +02:00
parent 44391e7d4b
commit 158104bbc6
2 changed files with 1 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
function blob_fixup() {
case "${1}" in
vendor/lib/hw/audio.primary.exynos9820.so)
"${PATCHELF}" --remove-needed libaudio_soundtrigger.so "${2}"
"${PATCHELF}" --add-needed libshim_audioparams.so "${2}"
sed -i 's/str_parms_get_str/str_parms_get_mod/g' "${2}"
;;