summaryrefslogtreecommitdiff
path: root/1.0/StEseService.cpp
diff options
context:
space:
mode:
Diffstat (limited to '1.0/StEseService.cpp')
-rw-r--r--1.0/StEseService.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/1.0/StEseService.cpp b/1.0/StEseService.cpp
index d6628e1..799d3eb 100644
--- a/1.0/StEseService.cpp
+++ b/1.0/StEseService.cpp
@@ -38,7 +38,11 @@ int main() {
ALOGD("Secure Element HAL Service 1.0 is starting.");
// Ignore this dlopen it doesn't needed.
+#if defined(ST_LIB_32)
+ void* stdll = dlopen("/vendor/lib/libstpreprocess.so", RTLD_NOW);
+#else
void* stdll = dlopen("/vendor/lib64/libstpreprocess.so", RTLD_NOW);
+#endif
if (stdll) {
STEsePreProcess fn = (STEsePreProcess)dlsym(stdll, "pre_process");
if (fn) {