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

Side by Side Diff: mozconfig-standalone-devbuild

Issue 29334672: Noissue - Added ac_options from mobile/android/config/mozconfigs/common (Closed)
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:
View unified diff | Download patch
« no previous file with comments | « no previous file | mozconfig-standalone-release » ('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
5 ac_add_options --enable-elf-hack
6 ac_add_options --with-android-gnu-compiler-version=4.7
7 ac_add_options --with-system-zlib
8 ac_add_options --enable-stdcxx-compat
9
4 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"
5 ac_add_options --with-android-ndk="$ANDROID_NDK_PATH" 11 ac_add_options --with-android-ndk="$ANDROID_NDK_PATH"
6 12
7 ac_add_options --disable-crashreporter 13 ac_add_options --disable-crashreporter
8 14
9 export MOZILLA_OFFICIAL=1 15 export MOZILLA_OFFICIAL=1
OLDNEW
« no previous file with comments | « no previous file | mozconfig-standalone-release » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld