tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

debug-searchfox (335B)


      1 . "$topsrcdir/mobile/android/config/mozconfigs/common"
      2 
      3 # Global options
      4 ac_add_options --enable-debug
      5 
      6 # Android
      7 ac_add_options --target=aarch64-linux-androideabi
      8 
      9 ac_add_options --with-branding=mobile/android/branding/nightly
     10 
     11 ac_add_options --enable-mozsearch-plugin
     12 
     13 . "$topsrcdir/mobile/android/config/mozconfigs/common.override"