Allow split system/vendor image configuration
Switch hardcoded system/vendor path to $(TARGET_COPY_OUT_VENDOR). For
direct loading of files in code, switch from /system/vendor to
/vendor - relying on /vendor symlink for compatibility.
Change-Id: I96960f977f1ab74f266aa7a7937c760b6675ca54
diff --git a/hal/audio_hw.h b/hal/audio_hw.h
index abfba45..8f2ac98 100644
--- a/hal/audio_hw.h
+++ b/hal/audio_hw.h
@@ -56,7 +56,7 @@
#else
#define VISUALIZER_LIBRARY_PATH "/system/lib/soundfx/libqcomvisualizer.so"
#define OFFLOAD_EFFECTS_BUNDLE_LIBRARY_PATH "/system/lib/soundfx/libqcompostprocbundle.so"
-#define ADM_LIBRARY_PATH "/system/vendor/lib/libadm.so"
+#define ADM_LIBRARY_PATH "/vendor/lib/libadm.so"
#endif
/* Flags used to initialize acdb_settings variable that goes to ACDB library */