From efc3753da86cd8f27a13b09259bdf82bbe67d41b Mon Sep 17 00:00:00 2001 From: Nick Alexander Date: Wed, 15 Nov 2017 13:36:02 -0800 Subject: [PATCH] Bug 1411654 - Pre: Gradle is no longer experimental; IntelliJ not supported. r=maliu IntelliJ should still work, but we're committed to Android Studio at this point. MozReview-Commit-ID: 3BaXB4dh4vA --HG-- extra : rebase_source : a17d797c8c2c70e792c0556e74b964d4975a315b --- python/mozbuild/mozbuild/config_status.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/python/mozbuild/mozbuild/config_status.py b/python/mozbuild/mozbuild/config_status.py index c9f1585fc564..d46f1332dbb6 100644 --- a/python/mozbuild/mozbuild/config_status.py +++ b/python/mozbuild/mozbuild/config_status.py @@ -38,13 +38,10 @@ ANDROID_IDE_ADVERTISEMENT = ''' ADVERTISEMENT You are building Firefox for Android. After your build completes, you can open -the top source directory in IntelliJ or Android Studio directly and build using -Gradle. See the documentation at +the top source directory in Android Studio directly and build using Gradle. +See the documentation at https://developer.mozilla.org/en-US/docs/Simple_Firefox_for_Android_build - -PLEASE BE AWARE THAT GRADLE AND INTELLIJ/ANDROID STUDIO SUPPORT IS EXPERIMENTAL. -You should verify any changes using |mach build|. ============= '''.strip()