mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +00:00
bug 725294 - updated mobile mozconfigs. r=catlee
This commit is contained in:
parent
1abc5b607c
commit
1366db2ec8
29
mobile/android/config/mozconfigs/android/l10n-nightly
Normal file
29
mobile/android/config/mozconfigs/android/l10n-nightly
Normal file
@ -0,0 +1,29 @@
|
||||
# L10n
|
||||
ac_add_options --with-l10n-base=../../l10n-central
|
||||
|
||||
# Global options
|
||||
mk_add_options MOZ_MAKE_FLAGS="-j4"
|
||||
ac_add_options --disable-tests
|
||||
|
||||
# Mozilla-Central nightlies only since this has a cost in performance
|
||||
ac_add_options --enable-js-diagnostics
|
||||
|
||||
# Build Fennec
|
||||
ac_add_options --enable-application=mobile/android
|
||||
|
||||
# Android
|
||||
ac_add_options --target=arm-linux-androideabi
|
||||
ac_add_options --with-endian=little
|
||||
ac_add_options --with-android-ndk="/tools/android-ndk-r5c"
|
||||
ac_add_options --with-android-sdk="/tools/android-sdk-r15/platforms/android-14"
|
||||
ac_add_options --with-android-tools="/tools/android-sdk-r15/tools"
|
||||
ac_add_options --with-android-toolchain=/tools/android-ndk-r5c/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86
|
||||
ac_add_options --with-android-platform=/tools/android-ndk-r5c/platforms/android-5/arch-arm
|
||||
ac_add_options --with-system-zlib
|
||||
ac_add_options --enable-updater
|
||||
ac_add_options --enable-update-channel=nightly
|
||||
|
||||
export JAVA_HOME=/tools/jdk6
|
||||
export MOZILLA_OFFICIAL=1
|
||||
|
||||
ac_add_options --with-branding=mobile/android/branding/nightly
|
@ -1,5 +1,5 @@
|
||||
# Global options
|
||||
mk_add_options MOZ_MAKE_FLAGS=-j4
|
||||
mk_add_options MOZ_MAKE_FLAGS="-j4"
|
||||
|
||||
# Build Fennec
|
||||
ac_add_options --enable-application=mobile/android
|
||||
|
@ -1,5 +0,0 @@
|
||||
mk_add_options MOZ_PKG_FORMAT=BZ2
|
||||
|
||||
ac_add_options --with-l10n-base=../../l10n-central
|
||||
ac_add_options --enable-application=mobile/android
|
||||
ac_add_options --disable-compile-environment
|
@ -1,12 +0,0 @@
|
||||
mk_add_options MOZ_PKG_FORMAT=BZ2
|
||||
ac_add_options --enable-application=mobile/android
|
||||
|
||||
# Nightlies only since this has a cost in performance
|
||||
ac_add_options --enable-js-diagnostics
|
||||
|
||||
CC=/tools/gcc-4.5/bin/gcc
|
||||
CXX=/tools/gcc-4.5/bin/g++
|
||||
# Avoid dependency on libstdc++ 4.5
|
||||
ac_add_options --enable-stdcxx-compat
|
||||
|
||||
export MOZILLA_OFFICIAL=1
|
@ -1,3 +0,0 @@
|
||||
ac_add_options --with-l10n-base=../../l10n-central
|
||||
ac_add_options --enable-application=mobile/android
|
||||
ac_add_options --disable-compile-environment
|
@ -1,15 +0,0 @@
|
||||
# Options for client.mk.
|
||||
mk_add_options AUTOCONF=autoconf213
|
||||
|
||||
# Global options
|
||||
. $topsrcdir/build/macosx/mozconfig.leopard
|
||||
ac_cv_visibility_pragma=no
|
||||
|
||||
ac_add_options --disable-install-strip
|
||||
|
||||
ac_add_options --enable-application=mobile/android
|
||||
|
||||
# Nightlies only since this has a cost in performance
|
||||
ac_add_options --enable-js-diagnostics
|
||||
|
||||
export MOZILLA_OFFICIAL=1
|
@ -1,6 +0,0 @@
|
||||
mk_add_options MOZ_PKG_FORMAT=ZIP
|
||||
|
||||
ac_add_options --with-l10n-base=../../l10n-central
|
||||
ac_add_options --enable-application=mobile/android
|
||||
ac_add_options --disable-compile-environment
|
||||
ac_add_options --disable-angle
|
@ -1,13 +0,0 @@
|
||||
# Options for client.mk.
|
||||
mk_add_options MOZ_PKG_FORMAT=ZIP
|
||||
|
||||
export WIN32_REDIST_DIR=/d/msvs8/VC/redist/x86/Microsoft.VC80.CRT
|
||||
|
||||
ac_add_options --enable-jemalloc
|
||||
ac_add_options --enable-application=mobile/android
|
||||
ac_add_options --disable-webm
|
||||
|
||||
# Nightlies only since this has a cost in performance
|
||||
ac_add_options --enable-js-diagnostics
|
||||
|
||||
export MOZILLA_OFFICIAL=1
|
@ -1,5 +1,5 @@
|
||||
# Global options
|
||||
mk_add_options MOZ_MAKE_FLAGS=-j4
|
||||
mk_add_options MOZ_MAKE_FLAGS="-j4"
|
||||
|
||||
# Nightlies only since this has a cost in performance
|
||||
ac_add_options --enable-js-diagnostics
|
||||
|
@ -1,5 +0,0 @@
|
||||
mk_add_options MOZ_PKG_FORMAT=BZ2
|
||||
|
||||
ac_add_options --with-l10n-base=../../l10n-central
|
||||
ac_add_options --enable-application=mobile
|
||||
ac_add_options --disable-compile-environment
|
@ -1,12 +0,0 @@
|
||||
mk_add_options MOZ_PKG_FORMAT=BZ2
|
||||
ac_add_options --enable-application=mobile
|
||||
|
||||
# Nightlies only since this has a cost in performance
|
||||
ac_add_options --enable-js-diagnostics
|
||||
|
||||
. $topsrcdir/build/unix/mozconfig.linux
|
||||
|
||||
# Avoid dependency on libstdc++ 4.5
|
||||
ac_add_options --enable-stdcxx-compat
|
||||
|
||||
export MOZILLA_OFFICIAL=1
|
@ -1,3 +0,0 @@
|
||||
ac_add_options --with-l10n-base=../../l10n-central
|
||||
ac_add_options --enable-application=mobile
|
||||
ac_add_options --disable-compile-environment
|
@ -1,15 +0,0 @@
|
||||
# Options for client.mk.
|
||||
mk_add_options AUTOCONF=autoconf213
|
||||
|
||||
# Global options
|
||||
. $topsrcdir/build/macosx/mozconfig.leopard
|
||||
ac_cv_visibility_pragma=no
|
||||
|
||||
ac_add_options --disable-install-strip
|
||||
|
||||
ac_add_options --enable-application=mobile
|
||||
|
||||
# Nightlies only since this has a cost in performance
|
||||
ac_add_options --enable-js-diagnostics
|
||||
|
||||
export MOZILLA_OFFICIAL=1
|
@ -1,6 +0,0 @@
|
||||
mk_add_options MOZ_PKG_FORMAT=ZIP
|
||||
|
||||
ac_add_options --with-l10n-base=../../l10n-central
|
||||
ac_add_options --enable-application=mobile
|
||||
ac_add_options --disable-compile-environment
|
||||
ac_add_options --disable-angle
|
@ -1,13 +0,0 @@
|
||||
# Options for client.mk.
|
||||
mk_add_options MOZ_PKG_FORMAT=ZIP
|
||||
|
||||
export WIN32_REDIST_DIR=/d/msvs8/VC/redist/x86/Microsoft.VC80.CRT
|
||||
|
||||
ac_add_options --enable-jemalloc
|
||||
ac_add_options --enable-application=mobile
|
||||
ac_add_options --disable-webm
|
||||
|
||||
# Nightlies only since this has a cost in performance
|
||||
ac_add_options --enable-js-diagnostics
|
||||
|
||||
export MOZILLA_OFFICIAL=1
|
Loading…
x
Reference in New Issue
Block a user