FASTRPC: Add /usr/share/fastrpc in library search path
fastrpc shell blob is installed in /usr/lib/fastrpc.
Add required search path.
Change-Id: I988a2448052fc6ea11f8df9980b609f2446a6520
Signed-off-by: Mayank Chopra <mak.chopra@codeaurora.org>
diff --git a/src/apps_std_imp.c b/src/apps_std_imp.c
index ffa1c5c..d2559c6 100644
--- a/src/apps_std_imp.c
+++ b/src/apps_std_imp.c
@@ -572,7 +572,7 @@
#if (defined LE_ENABLE)
-static char* ADSP_LIBRARY_PATH=";/usr/lib/rfsa/adsp;/usr/lib;/dsp";
+static char* ADSP_LIBRARY_PATH=";/usr/lib/rfsa/adsp;/usr/lib;/dsp;/usr/share/fastrpc";
static char* ADSP_AVS_CFG_PATH=";/etc/acdbdata/";
#elif (defined __BRILLO__)
static char* ADSP_LIBRARY_PATH=";/system/etc/lib/rfsa/adsp;/system/vendor/etc/lib/rfsa/adsp;/dsp";