binary library name changed, per instructions from goog.
Change-Id: Ic12a0c4478da8fc9d9d9a21b11aef415e13905dc
diff --git a/libsensors/MPLSensor.cpp b/libsensors/MPLSensor.cpp
index b91843c..2103d82 100644
--- a/libsensors/MPLSensor.cpp
+++ b/libsensors/MPLSensor.cpp
@@ -425,7 +425,7 @@
}
//check for the 9axis fusion library: if available load it and start 9x
- void* h_dmp_lib=dlopen("libmpl.so", RTLD_NOW);
+ void* h_dmp_lib=dlopen("libinvensense_mpl.so", RTLD_NOW);
if(h_dmp_lib) {
const char* error;
error = dlerror();