Pier Angelo Vendrame pushed to branch tor-browser-128.8.0esr-14.5-1 at The Tor Project / Applications / Tor Browser
Commits: 375a8c31 by Pier Angelo Vendrame at 2025-03-26T18:21:29+01:00 fixup! TB 42247: Android helpers for the TorProvider
Use libLyrebird.so also in TorAndroidIntegration.
- - - - -
1 changed file:
- mobile/android/geckoview/src/main/java/org/mozilla/geckoview/TorAndroidIntegration.java
Changes:
===================================== mobile/android/geckoview/src/main/java/org/mozilla/geckoview/TorAndroidIntegration.java ===================================== @@ -496,7 +496,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) {
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/375a8c31...
tor-commits@lists.torproject.org