forked from mirrors/linphone-iphone
no longer manually loas lib xml on Android
This commit is contained in:
parent
b90e57d4c8
commit
edf037fa37
1 changed files with 3 additions and 2 deletions
|
|
@ -61,8 +61,9 @@ public class Xml2Lpc {
|
|||
|
||||
// Load library
|
||||
static {
|
||||
try {
|
||||
System.loadLibrary("xml2");
|
||||
try {
|
||||
new Xml2Lpc();
|
||||
//System.loadLibrary("xml2");
|
||||
//System.loadLibrary("xml2lpc");
|
||||
mAvailable = true;
|
||||
} catch (Throwable e) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue