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

Unified Diff: mozconfig-store-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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mozconfig-standalone-release ('k') | mozconfig-store-release » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mozconfig-store-devbuild
===================================================================
--- a/mozconfig-store-devbuild
+++ b/mozconfig-store-devbuild
@@ -1,6 +1,12 @@
ac_add_options --enable-application=mobile/android
ac_add_options --target=arm-linux-androideabi
+# Taken from mobile/android/config/mozconfigs/common
+ac_add_options --enable-elf-hack
+ac_add_options --with-android-gnu-compiler-version=4.7
+ac_add_options --with-system-zlib
+ac_add_options --enable-stdcxx-compat
+
ac_add_options --with-android-sdk="$ANDROID_SDK_PATH/platforms/android-21"
ac_add_options --with-android-ndk="$ANDROID_NDK_PATH"
« no previous file with comments | « mozconfig-standalone-release ('k') | mozconfig-store-release » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld