michael@0: . "$topsrcdir/mobile/android/config/mozconfigs/common" michael@0: michael@0: # Global options michael@0: ac_add_options --enable-debug michael@0: ac_add_options --disable-unified-compilation michael@0: michael@0: # Android michael@0: ac_add_options --target=arm-linux-androideabi michael@0: ac_add_options --with-arch=armv6 michael@0: michael@0: export MOZILLA_OFFICIAL=1 michael@0: export MOZ_TELEMETRY_REPORTING=1 michael@0: export MOZ_PKG_SPECIAL=armv6 michael@0: michael@0: ac_add_options --with-branding=mobile/android/branding/beta michael@0: michael@0: # Treat warnings as errors in directories with FAIL_ON_WARNINGS. michael@0: ac_add_options --enable-warnings-as-errors michael@0: michael@0: # Use ccache michael@0: . "$topsrcdir/build/mozconfig.cache" michael@0: michael@0: . "$topsrcdir/mobile/android/config/mozconfigs/common.override"