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

Delta Between Two Patch Sets: mozconfig-store-release

Issue 29334672: Noissue - Added ac_options from mobile/android/config/mozconfigs/common (Closed)
Left Patch Set: Created Jan. 27, 2016, 11:17 a.m.
Right Patch Set: Added missing comment Created Jan. 27, 2016, 11:19 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « mozconfig-store-devbuild ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 ac_add_options --enable-elf-hack 5 ac_add_options --enable-elf-hack
5 ac_add_options --with-android-gnu-compiler-version=4.7 6 ac_add_options --with-android-gnu-compiler-version=4.7
6 ac_add_options --with-system-zlib 7 ac_add_options --with-system-zlib
7 ac_add_options --enable-stdcxx-compat 8 ac_add_options --enable-stdcxx-compat
8 9
9 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"
10 ac_add_options --with-android-ndk="$ANDROID_NDK_PATH" 11 ac_add_options --with-android-ndk="$ANDROID_NDK_PATH"
11 12
12 ac_add_options --disable-crashreporter 13 ac_add_options --disable-crashreporter
13 14
14 ac_add_options --disable-updater 15 ac_add_options --disable-updater
15 16
16 export MOZILLA_OFFICIAL=1 17 export MOZILLA_OFFICIAL=1
17 export ABB_RELEASE_BUILD=1 18 export ABB_RELEASE_BUILD=1
LEFTRIGHT

Powered by Google App Engine
This is Rietveld