. "$topsrcdir/mobile/android/config/mozconfigs/android-x86/debug"

# Remove unwanted environment variables from the 'debug' mozconfig.
unset MOZILLA_OFFICIAL
unset MOZ_TELEMETRY_REPORTING
unset MOZ_ANDROID_POCKET

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"
