1# This file is sourced by the nightly, beta, and release mozconfigs.
2
3ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
4ac_add_options --with-google-location-service-api-keyfile=/builds/gls-gapi.data
5ac_add_options --with-google-safebrowsing-api-keyfile=/builds/sb-gapi.data
6ac_add_options --with-mozilla-api-keyfile=/builds/mozilla-desktop-geoloc-api.key
7
8. $topsrcdir/build/unix/mozconfig.linux
9
10unset NASM
11ac_add_options --target=aarch64
12
13# Needed to enable breakpad in application.ini
14export MOZILLA_OFFICIAL=1
15
16# Package js shell.
17export MOZ_PACKAGE_JSSHELL=1
18
19unset MOZ_STDCXX_COMPAT
20