tor-browser

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

debug-isolated-process (369B)


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