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

Delta Between Two Patch Sets: mozconfig-common

Issue 29365816: Issue 4677 - Add support for x86 builds in adblockbrowser-build (Closed)
Left Patch Set: Not changing previous exit codes per Anton's suggestion Created Dec. 1, 2016, 1:59 p.m.
Right Patch Set: Adding missing MOZILLA_OFFICIAL config Created Dec. 28, 2016, 6:08 p.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-arm ('k') | mozconfig-custom » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 # Do not modify this file. If you want to add custom configuration, use the mozc onfig-custom file instead. 1 # Do not modify this file. If you want to add custom configuration, use the mozc onfig-custom file instead.
2 ac_add_options --enable-application=mobile/android 2 ac_add_options --enable-application=mobile/android
3 ac_add_options --with-android-sdk="$ANDROID_SDK_PATH" 3 ac_add_options --with-android-sdk="$ANDROID_SDK_PATH"
4 ac_add_options --with-android-ndk="$ANDROID_NDK_PATH" 4 ac_add_options --with-android-ndk="$ANDROID_NDK_PATH"
5 5
6 # Taken from mobile/android/config/mozconfigs/common 6 # Taken from mobile/android/config/mozconfigs/common
7 ac_add_options --enable-elf-hack 7 ac_add_options --enable-elf-hack
8 ac_add_options --with-android-gnu-compiler-version=4.9 8 ac_add_options --with-android-gnu-compiler-version=4.9
9 ac_add_options --with-system-zlib 9 ac_add_options --with-system-zlib
10 ac_add_options --enable-stdcxx-compat 10 ac_add_options --enable-stdcxx-compat
11
12 export MOZILLA_OFFICIAL=1
LEFTRIGHT

Powered by Google App Engine
This is Rietveld