[tbb-bugs] #28144 [Applications/Tor Browser]: Update projects/tor-browser for Android

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Oct 29 18:29:26 UTC 2018


#28144: Update projects/tor-browser for Android
-------------------------------------------------+-------------------------
 Reporter:  gk                                   |          Owner:  tbb-
                                                 |  team
     Type:  defect                               |         Status:  new
 Priority:  Very High                            |      Milestone:
Component:  Applications/Tor Browser             |        Version:
 Severity:  Normal                               |     Resolution:
 Keywords:  tbb-rbm, tbb-mobile,                 |  Actual Points:
  TorBrowserTeam201810                           |
Parent ID:  #26693                               |         Points:
 Reviewer:                                       |        Sponsor:
-------------------------------------------------+-------------------------

Comment (by boklm):

 I don't know how much of the current `projects/tor-browser/build` file can
 be shared between the desktop and android builds. If nothing, or almost
 nothing is common to both, then it might make sense to use a completely
 separate build file for the android build. This can be done by adding this
 to `projects/tor-browser/config`:
 {{{
 diff --git a/projects/tor-browser/config b/projects/tor-browser/config
 index bb1c259..8edd1e2 100644
 --- a/projects/tor-browser/config
 +++ b/projects/tor-browser/config
 @@ -41,6 +41,8 @@ targets:
    windows-x86_64:
      var:
        mar_osname: win64
 +  android-armv7:
 +    build: '[% INCLUDE build.android %]'

  input_files:
    - project: container-image
 }}}

 Then the build instructions for the android build can be written to
 `projects/tor-browser/build.android`.

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


More information about the tbb-bugs mailing list