libeffects: move all libraries to vendor

Bug: 37490685
Test: equalizer works in google play music
Change-Id: Ieac42c64e4713745a7a6770cc4521eaed28f030f
diff --git a/audio_effects.conf b/audio_effects.conf
index e01c6af..d56fd85 100644
--- a/audio_effects.conf
+++ b/audio_effects.conf
@@ -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_sw {
-    path /system/lib/soundfx/libvisualizer.so
+    path /vendor/lib/soundfx/libvisualizer.so
   }
   visualizer_hw {
     path /vendor/lib/soundfx/libqcomvisualizer.so
   }
   downmix {
-    path /system/lib/soundfx/libdownmix.so
+    path /vendor/lib/soundfx/libdownmix.so
   }
   proxy {
-    path /system/lib/soundfx/libeffectproxy.so
+    path /vendor/lib/soundfx/libeffectproxy.so
   }
   offload_bundle {
     path /vendor/lib/soundfx/libqcompostprocbundle.so
@@ -31,7 +31,7 @@
     path /vendor/lib/soundfx/libqcomvoiceprocessing.so
   }
   loudness_enhancer {
-    path /system/lib/soundfx/libldnhncr.so
+    path /vendor/lib/soundfx/libldnhncr.so
   }
   volume_listener {
     path /vendor/lib/soundfx/libvolumelistener.so