[tor-bugs] #28704 [Applications/Tor Browser]: Compile Tor and dependencies on our own for Android

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Feb 11 07:49:34 UTC 2020


#28704: Compile Tor and dependencies on our own for Android
-------------------------------------------------+-------------------------
 Reporter:  gk                                   |          Owner:  sisbell
     Type:  defect                               |         Status:
                                                 |  needs_review
 Priority:  High                                 |      Milestone:
Component:  Applications/Tor Browser             |        Version:
 Severity:  Normal                               |     Resolution:
 Keywords:  tbb-mobile, tbb-rbm, tbb-parity,     |  Actual Points:
  TorBrowserTeam202002R                          |
Parent ID:                                       |         Points:  0
 Reviewer:                                       |        Sponsor:
-------------------------------------------------+-------------------------

Comment (by eighthave):

 One thought that recently struck me is that loading shared libraries works
 easily in Java space.  The LD_LIBRARY_PATH stuff is automatically handled
 when loading using `System.load()`, or you can load using the full path
 using `System.loadLibrary()`.  But that means running all bits that need
 that shared library via Android/Java methods, e.g. not as daemons.  IMHO
 that's the right direction for the future anyway.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/28704#comment:24>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list