mobile/android/config/mozconfigs/android-x86/l10n-nightly

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

     1 . "$topsrcdir/mobile/android/config/mozconfigs/common"
     3 # L10n
     4 ac_add_options --with-l10n-base=..
     6 # Global options
     7 ac_add_options --disable-tests
     9 # Mozilla-Central nightlies only since this has a cost in performance
    10 ac_add_options --enable-js-diagnostics
    12 # Android
    13 ac_add_options --target=i386-linux-android
    15 ac_add_options --enable-updater
    16 ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
    18 export MOZILLA_OFFICIAL=1
    19 export MOZ_DISABLE_GECKOVIEW=1
    21 ac_add_options --with-branding=mobile/android/branding/official
    23 . "$topsrcdir/mobile/android/config/mozconfigs/common.override"

mercurial