Bug 1254353 - Don't build GeckoView. draft
authorNick Alexander <nalexander@mozilla.com>
Mon, 14 Mar 2016 15:11:27 -0700
changeset 341308 bebcd03ce59298b52a551dede46e9f02ec17747c
parent 341307 03618be13b789a028be2c31a8d5b7d0481bf0289
child 341309 0c0381a8e5ec54ef216deaeeb2ce30d1ab430f88
push id13184
push usernalexander@mozilla.com
push dateWed, 16 Mar 2016 21:07:46 +0000
bugs1254353
milestone48.0a1
Bug 1254353 - Don't build GeckoView. MozReview-Commit-ID: JdjLQ5nS9Fs
mobile/android/config/mozconfigs/common
--- a/mobile/android/config/mozconfigs/common
+++ b/mobile/android/config/mozconfigs/common
@@ -40,16 +40,17 @@ ac_add_options --enable-application=mobi
 ac_add_options --with-android-ndk="$topsrcdir/android-ndk"
 ac_add_options --with-android-sdk="$topsrcdir/android-sdk-linux"
 
 # Build with Gradle everywhere.  Gradle and the Maven repository are installed
 # using tooltool.
 ac_add_options --with-gradle="$topsrcdir/gradle/bin/gradle"
 export GRADLE_MAVEN_REPOSITORY="file://$topsrcdir/jcentral"
 export GRADLE_FLAGS="--no-daemon --offline --debug"
+export MOZ_DISABLE_GECKOVIEW=1
 
 ac_add_options --with-android-gnu-compiler-version=4.9
 ac_add_options --with-android-version=9
 ac_add_options --with-system-zlib
 ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
 
 # Treat warnings as errors (modulo ALLOW_COMPILER_WARNINGS).
 ac_add_options --enable-warnings-as-errors