tor-browser

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

fenix-debug (365B)


      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-android
      8 ac_add_options --enable-android-subproject=fenix
      9 
     10 export MOZILLA_OFFICIAL=1
     11 
     12 ac_add_options --with-branding=mobile/android/branding/nightly
     13 
     14 . "$topsrcdir/mobile/android/config/mozconfigs/common.override"