Commit 05ff2e4a authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! TB 42247: Android helpers for the TorProvider

Use libLyrebird.so also in TorAndroidIntegration.
parent c2df58de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {