Skip to content
Snippets Groups Projects
Commit 36b3b0e7 authored by Alexandre Lision's avatar Alexandre Lision
Browse files

sipservice: remove loading of old libraries

We do not use gnustl_shared/ssl/crypto anymore
parent 05c77399
No related branches found
No related tags found
No related merge requests found
......@@ -230,9 +230,6 @@ public class SipService extends Service {
return;
try {
System.loadLibrary("gnustl_shared");
System.loadLibrary("crypto");
System.loadLibrary("ssl");
System.loadLibrary("codec_ulaw");
System.loadLibrary("codec_alaw");
System.loadLibrary("codec_speex_nb");
......
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