11 lines
321 B
Text
11 lines
321 B
Text
. "$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"
|