mirror of
https://github.com/Evolution-X-Devices/device_samsung_beyond1lte
synced 2026-01-27 05:38:46 +00:00
beyond1lte: Drop SoundTrigger HAL
Change-Id: Iecac593bc2d0776c4cc113c6591925f91f950563
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
function blob_fixup() {
|
function blob_fixup() {
|
||||||
case "${1}" in
|
case "${1}" in
|
||||||
vendor/lib/hw/audio.primary.exynos9820.so)
|
vendor/lib/hw/audio.primary.exynos9820.so)
|
||||||
|
"${PATCHELF}" --remove-needed libaudio_soundtrigger.so "${2}"
|
||||||
"${PATCHELF}" --add-needed libshim_audioparams.so "${2}"
|
"${PATCHELF}" --add-needed libshim_audioparams.so "${2}"
|
||||||
sed -i 's/str_parms_get_str/str_parms_get_mod/g' "${2}"
|
sed -i 's/str_parms_get_str/str_parms_get_mod/g' "${2}"
|
||||||
;;
|
;;
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ vendor/etc/mixer_paths.xml
|
|||||||
-vendor/lib/librecordalive.so
|
-vendor/lib/librecordalive.so
|
||||||
-vendor/lib/lib_SamsungRec_07010.so
|
-vendor/lib/lib_SamsungRec_07010.so
|
||||||
-vendor/lib/hw/audio.primary.exynos9820.so
|
-vendor/lib/hw/audio.primary.exynos9820.so
|
||||||
-vendor/lib/hw/sound_trigger.primary.exynos9820.so
|
|
||||||
-vendor/lib/soundfx/libaudioeffectoffload.so
|
-vendor/lib/soundfx/libaudioeffectoffload.so
|
||||||
-vendor/lib/soundfx/libswdap.so
|
-vendor/lib/soundfx/libswdap.so
|
||||||
-vendor/lib64/soundfx/libaudioeffectoffload.so
|
-vendor/lib64/soundfx/libaudioeffectoffload.so
|
||||||
|
|||||||
Reference in New Issue
Block a user