Skip to content
Snippets Groups Projects
Commit f154bbb3 authored by Emeric Vigier's avatar Emeric Vigier
Browse files

Revert "#14399: libgnustl.so is not present on 4.0.x devices"

This reverts commit c06e2a90.
parent af34031d
No related branches found
No related tags found
No related merge requests found
......@@ -40,4 +40,4 @@ APP_OPTIM := debug
APP_MODULES += libsflphone
APP_MODULES += sflphoned
APP_STL := gnustl_static
APP_STL := gnustl_shared
sflphone @ 74fd1231
Subproject commit bf75db97a27829022f207f1586d8de07b1b70755
Subproject commit 74fd123135921fb6b2727c7a3cb064a73783dde5
......@@ -22,6 +22,7 @@ public class ManagerImpl {
Log.i(TAG, "SIPLOGLEVEL: " + sipLogLevel);
// FIXME
System.loadLibrary("gnustl_shared");
System.loadLibrary("expat");
System.loadLibrary("yaml");
System.loadLibrary("ccgnu2");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment