mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-23 04:43:07 +09:00
15 lines
388 B
Text
15 lines
388 B
Text
. "$topsrcdir/mobile/android/config/mozconfigs/common"
|
|
|
|
# Global options
|
|
ac_add_options --enable-debug
|
|
|
|
# Android
|
|
ac_add_options --target=i386-linux-android
|
|
ac_add_options --with-android-min-sdk=15
|
|
|
|
export MOZILLA_OFFICIAL=1
|
|
export MOZ_TELEMETRY_REPORTING=1
|
|
|
|
ac_add_options --with-branding=mobile/android/branding/official
|
|
|
|
. "$topsrcdir/mobile/android/config/mozconfigs/common.override"
|