|
|
|
|
@ -1,6 +1,5 @@ |
|
|
|
|
package com.xunlei.downloadlib; |
|
|
|
|
|
|
|
|
|
import com.ghost.thunder.BuildConfig; |
|
|
|
|
import com.github.catvod.utils.Github; |
|
|
|
|
import com.xunlei.downloadlib.parameter.BtIndexSet; |
|
|
|
|
import com.xunlei.downloadlib.parameter.BtSubTaskDetail; |
|
|
|
|
@ -15,8 +14,8 @@ import com.xunlei.downloadlib.parameter.XLTaskLocalUrl; |
|
|
|
|
class XLLoader { |
|
|
|
|
|
|
|
|
|
public XLLoader() { |
|
|
|
|
System.load(Github.getSo("xl_stat_" + BuildConfig.FLAVOR)); |
|
|
|
|
System.load(Github.getSo("xl_thunder_sdk_" + BuildConfig.FLAVOR)); |
|
|
|
|
System.load(Github.getSo("xl_stat")); |
|
|
|
|
System.load(Github.getSo("xl_thunder_sdk")); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public native int createBtMagnetTask(String str, String str2, String str3, GetTaskId getTaskId); |
|
|
|
|
|