tor-browser

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

debug-fuzzing (321B)


      1 . "$topsrcdir/mobile/android/config/mozconfigs/android-x86_64/debug"
      2 
      3 # Disable Telemetry
      4 ac_add_options MOZ_TELEMETRY_REPORTING=
      5 
      6 ac_add_options --enable-fuzzing
      7 
      8 # This adds '-fuzzing' to the APK filename for local builds.
      9 export MOZ_PKG_SPECIAL=fuzzing
     10 
     11 . "$topsrcdir/mobile/android/config/mozconfigs/common.override"