[tor-bugs] #28704 [Applications/Tor Browser]: Compile Tor and dependencies on our own for Android
Tor Bug Tracker & Wiki
blackhole at torproject.org
Wed Feb 12 19:27:48 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 sisbell):
Replying to [comment:24 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.
Yes, I agree. After getting this initial version in, I think we should
start looking at JNI, which will give us the option of loading the shared
libraries through Java.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/28704#comment:25>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list