1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mobile/android/config/mozconfigs/android-armv6/release Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +. "$topsrcdir/mobile/android/config/mozconfigs/common" 1.5 + 1.6 +ac_add_options --target=arm-linux-androideabi 1.7 +ac_add_options --with-arch=armv6 1.8 + 1.9 +export MOZ_PKG_SPECIAL=armv6 1.10 + 1.11 +ac_add_options --with-branding=mobile/android/branding/official 1.12 + 1.13 +ac_add_options --enable-updater 1.14 + 1.15 +export MOZILLA_OFFICIAL=1 1.16 +export MOZ_TELEMETRY_REPORTING=1 1.17 + 1.18 +ac_add_options --enable-official-branding 1.19 + 1.20 +. "$topsrcdir/mobile/android/config/mozconfigs/common.override"