[tor-bugs] #12815 [Orbot]: Orbot dependencies not bundled with git repo

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Aug 6 20:44:26 UTC 2014


#12815: Orbot dependencies not bundled with git repo
------------------------+--------------------
     Reporter:  o'darn  |      Owner:  n8fr8
         Type:  defect  |     Status:  closed
     Priority:  normal  |  Milestone:
    Component:  Orbot   |    Version:
   Resolution:  fixed   |   Keywords:
Actual Points:          |  Parent ID:
       Points:          |
------------------------+--------------------
Changes (by n8fr8):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Seems like your build work, based on your log. It actually creates files
 call res/raw/tor.mp3 since using the .mp3 extension allows us to disable
 the Android APK compression, which causes some problems during
 installation on some devices. Also, privoxy is no longer included, in
 favor of polipo instead.

 install -d ../res/raw
 $NDK_BASE/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin
 /arm-linux-androideabi-strip --strip-debug bin/polipo
 zip ../res/raw/polipo.mp3 bin/polipo
   adding: bin/polipo (deflated 53%)
 $NDK_BASE/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin
 /arm-linux-androideabi-strip --strip-debug bin/obfsclient
 zip ../res/raw/obfsclient.mp3 bin/obfsclient
   adding: bin/obfsclient (deflated 60%)
 $NDK_BASE/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin
 /arm-linux-androideabi-strip --strip-debug bin/tor
 zip ../res/raw/tor.mp3 bin/tor
   adding: bin/tor (deflated 61%)
 $NDK_BASE/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin
 /arm-linux-androideabi-strip --strip-debug bin/xtables
 zip ../res/raw/xtables.mp3 bin/xtables
   adding: bin/xtables (deflated 60%)
 make: Leaving directory `$ORBOT_PROJECT/external'

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


More information about the tor-bugs mailing list