Skip to content
Snippets Groups Projects
Commit ba0c0cfe authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #27232: jni: don't try and load dbus shared libs at runtime

parent 956e0d6b
No related branches found
No related tags found
No related merge requests found
...@@ -226,8 +226,6 @@ public class SipService extends Service { ...@@ -226,8 +226,6 @@ public class SipService extends Service {
System.loadLibrary("crypto"); System.loadLibrary("crypto");
System.loadLibrary("ssl"); System.loadLibrary("ssl");
System.loadLibrary("ccrtp1"); System.loadLibrary("ccrtp1");
System.loadLibrary("dbus");
System.loadLibrary("dbus-c++-1");
System.loadLibrary("samplerate"); System.loadLibrary("samplerate");
System.loadLibrary("codec_ulaw"); System.loadLibrary("codec_ulaw");
System.loadLibrary("codec_alaw"); System.loadLibrary("codec_alaw");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment