diff options
Diffstat (limited to 'cpu_ref/rsCpuScript.cpp')
| -rw-r--r-- | cpu_ref/rsCpuScript.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu_ref/rsCpuScript.cpp b/cpu_ref/rsCpuScript.cpp index 86e61e17..91914888 100644 --- a/cpu_ref/rsCpuScript.cpp +++ b/cpu_ref/rsCpuScript.cpp @@ -176,7 +176,7 @@ static void *loadSharedLibrary(const char *cacheDir, const char *resName) { // library fallback path. Those applications don't have a private // library path, so they need to install to the system directly. // Note that this is really just a testing path. - android::String8 scriptSONameSystem("/system/lib/librs."); + std::string scriptSONameSystem("/system/lib/librs."); scriptSONameSystem.append(resName); scriptSONameSystem.append(".so"); loaded = loadSOHelper(scriptSONameSystem.c_str(), cacheDir, |
