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