flo: audio: Fix audio effect libs path

Change-Id: I8f50ea750405ae920ef5a74dda31ca5ac85e3af0
This commit is contained in:
Luca Stefani 2017-08-19 12:49:55 +02:00 committed by Artem Borisov
parent 4053ea04b0
commit 6612252842
1 changed files with 6 additions and 6 deletions

View File

@ -7,22 +7,22 @@
# }
libraries {
bundle {
path /system/lib/soundfx/libbundlewrapper.so
path /vendor/lib/soundfx/libbundlewrapper.so
}
reverb {
path /system/lib/soundfx/libreverbwrapper.so
path /vendor/lib/soundfx/libreverbwrapper.so
}
visualizer {
path /system/lib/soundfx/libvisualizer.so
path /vendor/lib/soundfx/libvisualizer.so
}
downmix {
path /system/lib/soundfx/libdownmix.so
path /vendor/lib/soundfx/libdownmix.so
}
qcom_pre_processing {
path /system/lib/soundfx/libqcomvoiceprocessing.so
path /vendor/lib/soundfx/libqcomvoiceprocessing.so
}
loudness_enhancer {
path /system/lib/soundfx/libldnhncr.so
path /vendor/lib/soundfx/libldnhncr.so
}
}