mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 03:08:38 +09:00
28 lines
736 B
Text
28 lines
736 B
Text
. "$topsrcdir/mobile/android/config/mozconfigs/common"
|
|
|
|
# L10n
|
|
ac_add_options --with-l10n-base=..
|
|
|
|
# Global options
|
|
ac_add_options --disable-tests
|
|
|
|
# Android
|
|
ac_add_options --with-android-min-sdk=15
|
|
ac_add_options --target=arm-linux-androideabi
|
|
|
|
ac_add_options --with-system-zlib
|
|
ac_add_options --enable-updater
|
|
ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
|
|
|
|
export MOZILLA_OFFICIAL=1
|
|
|
|
ac_add_options --enable-official-branding
|
|
ac_add_options --with-branding=mobile/android/branding/official
|
|
|
|
ac_add_options --disable-stdcxx-compat
|
|
|
|
# Don't autoclobber l10n, as this can lead to missing binaries and broken builds
|
|
# Bug 1283438
|
|
mk_add_options AUTOCLOBBER=
|
|
|
|
. "$topsrcdir/mobile/android/config/mozconfigs/common.override"
|