mobile/android/config/mozconfigs/android-x86/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 ac_add_options --target=i386-linux-android
     5 ac_add_options --enable-profiling
     6 ac_add_options --disable-elf-hack # --enable-elf-hack conflicts with --enable-profiling
     8 ac_add_options --with-branding=mobile/android/branding/official
    10 # This will overwrite the default of stripping everything and keep the symbol table.
    11 # This is useful for profiling with eideticker. See bug 788680
    12 STRIP_FLAGS="--strip-debug"
    14 export MOZILLA_OFFICIAL=1
    15 export MOZ_TELEMETRY_REPORTING=1
    17 . "$topsrcdir/mobile/android/config/mozconfigs/common.override"

mercurial