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

Unified Diff: mozconfig-release

Issue 29323490: Issue 2751 - Add mozconfigs for devbuild/release builds (Closed)
Patch Set: Created Aug. 12, 2015, 9:55 p.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
« mozconfig-devbuild ('K') | « mozconfig-devbuild ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mozconfig-release
===================================================================
new file mode 100644
--- /dev/null
+++ b/mozconfig-release
@@ -0,0 +1,11 @@
+ac_add_options --enable-application=mobile/android
+ac_add_options --target=arm-linux-androideabi
+
+ac_add_options --with-android-sdk="$ANDROID_SDK_PATH/platforms/android-21"
+ac_add_options --with-android-ndk="$ANDROID_NDK_PATH"
+
+ac_add_options --disable-crashreporter
+
+ac_add_options --disable-updater
+
+export MOZILLA_OFFICIAL=1
« mozconfig-devbuild ('K') | « mozconfig-devbuild ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld