Index: mozconfig-devbuild |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/mozconfig-devbuild |
@@ -0,0 +1,9 @@ |
+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 |
+ |
+export MOZILLA_OFFICIAL=1 |
René Jeschke
2015/08/13 08:15:05
Is there already a follow up issue (or the like) t
|