Pier Angelo Vendrame pushed to branch tor-browser-128.8.0esr-14.5-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • mobile/android/geckoview/src/main/java/org/mozilla/geckoview/TorAndroidIntegration.java
    ... ... @@ -496,7 +496,7 @@ public class TorAndroidIntegration implements BundleEventListener {
    496 496
         MeekTransport(final EventCallback callback, int id, String[] args) {
    
    497 497
           setName("meek-" + id);
    
    498 498
     
    
    499
    -      final String command = mLibraryDir + "/libObfs4proxy.so";
    
    499
    +      final String command = mLibraryDir + "/libLyrebird.so";
    
    500 500
           ArrayList<String> argList = new ArrayList<String>();
    
    501 501
           argList.add(command);
    
    502 502
           if (args != null && args.length > 0) {