summaryrefslogtreecommitdiff
path: root/audio_effects.conf
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-03-28 11:00:16 +0900
committerJiyong Park <jiyong@google.com>2017-03-28 11:00:16 +0900
commit87a5ae99c74ae2ec0e6ea840511549e7360da1bc (patch)
tree915141361dfeeeff96f236a1f58c75ec47b54ae9 /audio_effects.conf
parent55c9cc4edce9cb8787a7756a6694019a12ead85d (diff)
downloadbullhead-87a5ae99c74ae2ec0e6ea840511549e7360da1bc.tar.gz
Update locations of qcom effects libraries to /vendor
The library locations were moved to /vendor via http://ag/1940019. Bug: 36583367 Test: equalizer settings should be shown in Play music app Change-Id: If22b0df50340623923c40763483e628999ca4972
Diffstat (limited to 'audio_effects.conf')
-rw-r--r--audio_effects.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio_effects.conf b/audio_effects.conf
index a5724a5..e01c6af 100644
--- a/audio_effects.conf
+++ b/audio_effects.conf
@@ -16,7 +16,7 @@ libraries {
path /system/lib/soundfx/libvisualizer.so
}
visualizer_hw {
- path /system/lib/soundfx/libqcomvisualizer.so
+ path /vendor/lib/soundfx/libqcomvisualizer.so
}
downmix {
path /system/lib/soundfx/libdownmix.so
@@ -25,16 +25,16 @@ libraries {
path /system/lib/soundfx/libeffectproxy.so
}
offload_bundle {
- path /system/lib/soundfx/libqcompostprocbundle.so
+ path /vendor/lib/soundfx/libqcompostprocbundle.so
}
qcom_pre_processing {
- path /system/lib/soundfx/libqcomvoiceprocessing.so
+ path /vendor/lib/soundfx/libqcomvoiceprocessing.so
}
loudness_enhancer {
path /system/lib/soundfx/libldnhncr.so
}
volume_listener {
- path /system/lib/soundfx/libvolumelistener.so
+ path /vendor/lib/soundfx/libvolumelistener.so
}
}