Skip to content
Snippets Groups Projects
Commit 05ff2e4a authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! TB 42247: Android helpers for the TorProvider

Use libLyrebird.so also in TorAndroidIntegration.
parent c2df58de
No related branches found
No related tags found
1 merge request!1500TB 43415: Rebased onto 134.0a1
......@@ -490,7 +490,7 @@ public class TorAndroidIntegration implements BundleEventListener {
MeekTransport(final EventCallback callback, int id, String[] args) {
setName("meek-" + id);
final String command = mLibraryDir + "/libObfs4proxy.so";
final String command = mLibraryDir + "/libLyrebird.so";
ArrayList<String> argList = new ArrayList<String>();
argList.add(command);
if (args != null && args.length > 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment