Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: mozconfig-standalone-release

Issue 29359881: Issue 4567 - Remove disable-crashreporter option from adblockbrowser-build mozconfig files (Closed)
Patch Set: Created Oct. 25, 2016, 3:09 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « mozconfig-standalone-devbuild ('k') | mozconfig-store-devbuild » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ac_add_options --enable-application=mobile/android 1 ac_add_options --enable-application=mobile/android
2 ac_add_options --target=arm-linux-androideabi 2 ac_add_options --target=arm-linux-androideabi
3 3
4 # Taken from mobile/android/config/mozconfigs/common 4 # Taken from mobile/android/config/mozconfigs/common
5 ac_add_options --enable-elf-hack 5 ac_add_options --enable-elf-hack
6 ac_add_options --with-android-gnu-compiler-version=4.7 6 ac_add_options --with-android-gnu-compiler-version=4.7
7 ac_add_options --with-system-zlib 7 ac_add_options --with-system-zlib
8 ac_add_options --enable-stdcxx-compat 8 ac_add_options --enable-stdcxx-compat
9 9
10 ac_add_options --with-android-sdk="$ANDROID_SDK_PATH/platforms/android-21" 10 ac_add_options --with-android-sdk="$ANDROID_SDK_PATH/platforms/android-21"
11 ac_add_options --with-android-ndk="$ANDROID_NDK_PATH" 11 ac_add_options --with-android-ndk="$ANDROID_NDK_PATH"
12 12
13 ac_add_options --disable-crashreporter
14
15 export MOZILLA_OFFICIAL=1 13 export MOZILLA_OFFICIAL=1
16 export ABB_RELEASE_BUILD=1 14 export ABB_RELEASE_BUILD=1
OLDNEW
« no previous file with comments | « mozconfig-standalone-devbuild ('k') | mozconfig-store-devbuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld